mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
Modifying Timeout for PyTests (#3587)
Tests are failing because of timeout being too near to the threshold
This commit is contained in:
parent
a38b08882a
commit
2eccd711f1
2
.github/workflows/py-tests.yml
vendored
2
.github/workflows/py-tests.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user