From 5a7d1fbd06202cc676b60d7670dab79a1f1dff1d Mon Sep 17 00:00:00 2001 From: Eric Iles Date: Mon, 14 May 2018 15:47:44 -0400 Subject: [PATCH] Increase timeout for coverage reports --- .buildkite/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/coverage.yml b/.buildkite/coverage.yml index 122fd0662..99c0e064c 100644 --- a/.buildkite/coverage.yml +++ b/.buildkite/coverage.yml @@ -26,4 +26,4 @@ steps: - WASM_ROOT=/root/opt/wasm - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/opt/wasm/bin - CI=true - timeout: 30 + timeout: 60 -- GitLab