From: Simon Marlow Date: Mon, 14 Jul 2008 11:10:07 +0000 (+0000) Subject: fix #2434: we weren't waiting long enough for the signal X-Git-Tag: Before_cabalised-GHC~4 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6a7b2fdc70ab6785006b11f2e8f7eb7fd4956a9f fix #2434: we weren't waiting long enough for the signal --- diff --git a/aclocal.m4 b/aclocal.m4 index 9622084..360488d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1154,7 +1154,7 @@ out: tock = 0; - usleep(300); + usleep(3000); if (!tock) { fprintf(stderr,"no CLOCK_REALTIME signal\n");