From 260d0e570427eb639a729d1f8e3432c32b8a6f05 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Thu, 23 Jul 2020 16:24:17 +0200 Subject: [PATCH] try to raise timeout to 60m --- .buildkite/rebuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/rebuild.hs b/.buildkite/rebuild.hs index a78be2d86ab..89c66c3ff1c 100644 --- a/.buildkite/rebuild.hs +++ b/.buildkite/rebuild.hs @@ -148,7 +148,7 @@ buildStep dryRun bk nightly = do titled "Build" (build Fast (["--test", "--no-run-tests"] ++ cabalFlags)) .&&. titled "Test" - (timeout 45 (test Fast Serial cabalFlags .&&. test Fast Parallel cabalFlags)) .&&. + (timeout 60 (test Fast Serial cabalFlags .&&. test Fast Parallel cabalFlags)) .&&. titled "Checking golden test files" (checkUnclean dryRun "lib/core/test/data") where