nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 560 B view raw
1diff --git a/test/test.hs b/test/test.hs 2index 0251552..dc799a7 100644 3--- a/test/test.hs 4+++ b/test/test.hs 5@@ -214,7 +214,7 @@ wrap :: (ThreadGroup -> Fork a) -> (Fork a -> IO b) -> IO b 6 wrap doFork test = ThreadGroup.new >>= test . doFork 7 8 test_group_single_wait :: (ThreadGroup -> Fork ()) -> Assertion 9-test_group_single_wait doFork = assert $ fmap isJustTrue $ timeout (10 * a_moment) $ do 10+test_group_single_wait doFork = assert $ fmap isJustTrue $ timeout (100 * a_moment) $ do 11 tg <- ThreadGroup.new 12 r <- newIORef False 13 _ <- doFork tg $ do