Skip to content

Commit 12c801c

Browse files
dpwizepoberezkin
authored andcommitted
increase deadline to 2m
1 parent cdb3746 commit 12c801c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ main = do
4848
hspecWith defaultConfig {configPrintSlowItems = Just 10}
4949
. before_ (createDirectoryIfMissing False "tests/tmp")
5050
. after_ (eventuallyRemove "tests/tmp" 3)
51-
. deadline (90 * 1000000)
51+
. deadline (120 * 1000000)
5252
$ do
5353
describe "Agent SQLite schema dump" schemaDumpTest
5454
describe "Core tests" $ do

0 commit comments

Comments
 (0)