We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb3746 commit 12c801cCopy full SHA for 12c801c
tests/Test.hs
@@ -48,7 +48,7 @@ main = do
48
hspecWith defaultConfig {configPrintSlowItems = Just 10}
49
. before_ (createDirectoryIfMissing False "tests/tmp")
50
. after_ (eventuallyRemove "tests/tmp" 3)
51
- . deadline (90 * 1000000)
+ . deadline (120 * 1000000)
52
$ do
53
describe "Agent SQLite schema dump" schemaDumpTest
54
describe "Core tests" $ do
0 commit comments