From d63493a852e040298aaffda68b99e6d94120a547 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 30 Jun 2018 12:20:22 -0700 Subject: [PATCH] Grant the snap build more time --- ci/buildkite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index d7d64a5dd6..cafcf043bc 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -19,7 +19,7 @@ steps: agents: - "queue=cuda" - command: "ci/snap.sh [public]" - timeout_in_minutes: 20 + timeout_in_minutes: 30 name: "snap [public]" - wait - command: "ci/publish-crate.sh [public]"