Skip to content

Commit

Permalink
try to raise timeout to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jul 23, 2020
1 parent e609143 commit 260d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/rebuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 260d0e5

Please sign in to comment.