From 9301ee20cf5b55d2fae3bd470b03ea2bfc721312 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Sat, 14 Dec 2019 09:38:26 -0500 Subject: [PATCH] Bump integration test timeout threshold --- test/Test/Elocrypt/QuickCheck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Test/Elocrypt/QuickCheck.hs b/test/Test/Elocrypt/QuickCheck.hs index 70ad17f..7fc1953 100644 --- a/test/Test/Elocrypt/QuickCheck.hs +++ b/test/Test/Elocrypt/QuickCheck.hs @@ -154,7 +154,7 @@ fromLT79 = fmap getLT79 fromPositive = fmap getPositive readHandle :: Handle -> IO String -readHandle = (<$>) asUtf8Str . waitOutput (seconds 2) 5000 +readHandle = (<$>) asUtf8Str . waitOutput (seconds 5) 5000 assertExitedSuccess :: Timeout -> ProcessHandle -> IO Bool assertExitedSuccess t = fmap (== ExitSuccess) . assertExitedTimeout t