Extend local-cluster CI timeout (#8921) (#8923)

automerge
This commit is contained in:
mergify[bot]
2020-03-17 19:48:57 -07:00
committed by GitHub
parent fc80b77fc4
commit 25bf2c6062

View File

@ -29,7 +29,7 @@ steps:
timeout_in_minutes: 20
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-local-cluster.sh"
name: "local-cluster"
timeout_in_minutes: 30
timeout_in_minutes: 45
artifact_paths: "log-*.txt"
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
name: "coverage"