fix #2434: we weren't waiting long enough for the signal
authorSimon Marlow <marlowsd@gmail.com>
Mon, 14 Jul 2008 11:10:07 +0000 (11:10 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 14 Jul 2008 11:10:07 +0000 (11:10 +0000)
aclocal.m4

index 9622084..360488d 100644 (file)
@@ -1154,7 +1154,7 @@ out:
 
     tock = 0;
 
-    usleep(300);
+    usleep(3000);
 
     if (!tock) {
         fprintf(stderr,"no CLOCK_REALTIME signal\n");