fix deadline

This commit is contained in:
Alexander Bondarenko
2024-04-18 23:36:17 +01:00
committed by Evgeny Poberezkin
parent 45f6edb07e
commit cdb3746ce7
+1 -1
View File
@@ -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