From 4fbf44dc752be5b6a031d0339bd0fef29a326bd4 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Fri, 22 Oct 2021 15:28:35 -0400 Subject: [PATCH] ci: Increase timeout duration for coverage step (#20888) --- ci/buildkite-pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 94fc6f4fd1..923b4fbc92 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -137,7 +137,7 @@ all_test_steps() { ^ci/test-coverage.sh \ ^scripts/coverage.sh \ ; then - command_step coverage ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image ci/test-coverage.sh" 30 + command_step coverage ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image ci/test-coverage.sh" 40 wait_step else annotate --style info --context test-coverage \