From d97a284fb6616ea4172589bcafa1035c916e73c6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 10 Mar 2009 09:09:16 +0000 Subject: fix this test: we were overflowing the IO manager's pipe with too many signals --- tests/signals004.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/signals004.hs b/tests/signals004.hs index 711a6eb..d822056 100644 --- a/tests/signals004.hs +++ b/tests/signals004.hs @@ -6,7 +6,9 @@ import Control.Monad -- signals are being constantly thrown and caught. installers = 50 -sigs = 10000 +-- too many signals overflows the IO manager's pipe buffer, this seems +-- to be the most we can get away with: +sigs = 400 main = do c <- newChan -- cgit v1.2.3