From cdb3746ce7da0c5b4a94c16973822d911494d59d Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:00:19 +0300 Subject: [PATCH] fix deadline --- tests/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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