From 9347d5797324af6541edc717d5842b8cfbcf5514 Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Tue, 22 Mar 2022 17:51:13 +0530 Subject: [PATCH] increasing timeout of local-cluster-slow test by 10 min --- 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 fc26befd5..47f63518c 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -295,7 +295,7 @@ EOF command_step "local-cluster-slow" \ ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_stable_docker_image ci/test-local-cluster-slow.sh" \ - 30 + 40 } pull_or_push_steps() {