Skip to content

Commit

Permalink
increase deadline to 2m
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored Apr 18, 2024
1 parent 59990f7 commit af02608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ main = do
hspecWith defaultConfig {configPrintSlowItems = Just 10}
. before_ (createDirectoryIfMissing False "tests/tmp")
. after_ (eventuallyRemove "tests/tmp" 3)
. deadline (90 * 1000000)
. deadline (120 * 1000000)
$ do
describe "Agent SQLite schema dump" schemaDumpTest
describe "Core tests" $ do
Expand Down

0 comments on commit af02608

Please sign in to comment.