From 0eb0d62e950425ec3f2f18b0e0c6833332b2a2c7 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Fri, 7 Jan 2022 15:30:26 +0800 Subject: [PATCH] Increase timeout of local-cluster-slow CI step --- 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 ec9cff219..7a6c8d0b0 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -264,7 +264,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" \ - 25 + 30 } pull_or_push_steps() {