mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-01 20:18:26 +00:00
fix deadline
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user