From b538b675247be998492ec6733db2b00cbaf8e160 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 13 Jul 2018 09:17:45 -0700 Subject: [PATCH] Bump timeout for stable build When the CI build machine caches are empty stable occasionally needs more than 20m --- ci/buildkite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 6594f87bad..b7f7405a02 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -3,7 +3,7 @@ steps: name: "stable [public]" env: CARGO_TARGET_CACHE_NAME: "stable" - timeout_in_minutes: 20 + timeout_in_minutes: 30 - command: "ci/shellcheck.sh" name: "shellcheck [public]" timeout_in_minutes: 20