Skip to content

Commit

Permalink
Bump integration test timeout threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Dec 14, 2019
1 parent c97f3e3 commit 9301ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test/Elocrypt/QuickCheck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9301ee2

Please sign in to comment.