From 6854c64a092b1bd66aeaf9988f23318488cdbc74 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 20 Jun 2019 08:55:13 -0700 Subject: [PATCH] Bump coverage build timeout --- ci/buildkite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 9a5e7a408a..0b106f1e0e 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -21,7 +21,7 @@ steps: artifact_paths: "log-*.txt" - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh" name: "coverage" - timeout_in_minutes: 30 + timeout_in_minutes: 40 # TODO: Fix and re-enable test-large-network.sh # - command: "ci/test-large-network.sh || true" # name: "large-network [ignored]"