From d7fdfb7e217d29e09fab108ea33d2e42de40b0fc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 12 Jul 2019 20:28:10 -0700 Subject: [PATCH] Give publish-crate more time --- ci/buildkite-secondary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite-secondary.yml b/ci/buildkite-secondary.yml index 8fe33c4cc..53e70aa95 100644 --- a/ci/buildkite-secondary.yml +++ b/ci/buildkite-secondary.yml @@ -3,7 +3,7 @@ steps: timeout_in_minutes: 20 name: "publish docker" - command: "ci/publish-crate.sh" - timeout_in_minutes: 40 + timeout_in_minutes: 60 name: "publish crate" branches: "!master" - command: "ci/publish-bpf-sdk.sh"