Fix timeout field in GH action (#9915)

This commit is contained in:
Nahuel 2023-01-25 13:15:31 +01:00 committed by GitHub
parent dd82fad5c4
commit f175b5be20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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