diff --git a/tests/Test.hs b/tests/Test.hs index cf2c36ddb..ffca6d21b 100644 --- a/tests/Test.hs +++ b/tests/Test.hs @@ -48,7 +48,7 @@ main = do hspecWith defaultConfig {configPrintSlowItems = Just 10} . before_ (createDirectoryIfMissing False "tests/tmp") . after_ (eventuallyRemove "tests/tmp" 3) - . deadline (120 * 100000) + . deadline (90 * 1000000) $ do describe "Agent SQLite schema dump" schemaDumpTest describe "Core tests" $ do