From 069bb5e32f2de18b3129356bce110c75f4a8e553 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 205ac250c5..49122e2d94 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -251,7 +251,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() {