From 33c7f92f56f9c2b70bc300767d662299be940e19 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 20 Feb 2019 16:06:43 -0800 Subject: [PATCH] Dial down CI timeouts --- ci/buildkite.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 2b3015de78..da334079f7 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -1,10 +1,10 @@ steps: - command: "ci/shellcheck.sh" name: "shellcheck" - timeout_in_minutes: 20 + timeout_in_minutes: 5 - command: "ci/docker-run.sh solanalabs/rust:1.32.0 ci/test-checks.sh" name: "checks" - timeout_in_minutes: 30 + timeout_in_minutes: 15 - wait - command: "ci/test-stable-perf.sh" name: "stable-perf" @@ -13,13 +13,13 @@ steps: - "queue=cuda" - command: "ci/test-bench.sh" name: "bench" - timeout_in_minutes: 30 + timeout_in_minutes: 20 - command: "ci/docker-run.sh solanalabs/rust:1.32.0 ci/test-stable.sh" name: "stable" - timeout_in_minutes: 40 + timeout_in_minutes: 20 - command: "ci/docker-run.sh solanalabs/rust-nightly:2019-01-31 ci/test-coverage.sh" name: "coverage" - timeout_in_minutes: 40 + timeout_in_minutes: 20 # TODO: Fix and re-enable test-large-network.sh # - command: "ci/test-large-network.sh || true" # name: "large-network [ignored]"