Set checks timeout back to 20 minutes

This commit is contained in:
Dan Albert 2020-04-02 13:10:26 -06:00 committed by GitHub
parent 18fe0f0c44
commit 8d1cd3ae5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
steps:
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-checks.sh"
name: "checks"
timeout_in_minutes: 5
timeout_in_minutes: 20
- wait