Modifying Timeout for PyTests (#3587)

Tests are failing because of timeout being too near to the threshold
This commit is contained in:
Ayush Shah 2022-03-22 18:37:30 +05:30 committed by GitHub
parent a38b08882a
commit 2eccd711f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ jobs:
- name: Start Server and Ingest Sample Data
run: ./docker/run_local_docker.sh
timeout-minutes: 20
timeout-minutes: 30
- name: Run Python Tests & record coverage
run: |