mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
Fix timeout field in GH action (#9915)
This commit is contained in:
parent
dd82fad5c4
commit
f175b5be20
2
.github/workflows/py-cli-e2e-tests.yml
vendored
2
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
INGESTION_DEPENDENCY: "mysql,elasticsearch"
|
INGESTION_DEPENDENCY: "mysql,elasticsearch"
|
||||||
with:
|
with:
|
||||||
timeout-minutes: 30
|
timeout_minutes: 30
|
||||||
max_attempts: 2
|
max_attempts: 2
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: ./docker/run_local_docker.sh -m no-ui
|
command: ./docker/run_local_docker.sh -m no-ui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user