* gdb.threads/sigthread.c (NSIGS): Make bigger.
authorMark Kettenis <kettenis@gnu.org>
Sun, 28 Jan 2007 16:45:35 +0000 (16:45 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 28 Jan 2007 16:45:35 +0000 (16:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/sigthread.c

index 85fe579..80dbc28 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.threads/sigthread.c (NSIGS): Make bigger.
+
 2007-01-27  Andreas Schwab  <schwab@suse.de>
 
        * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
index 81ebd67..131d96a 100644 (file)
@@ -18,7 +18,7 @@
 /* Loop long enough for GDB to send a few signals of its own, but
    don't hang around eating CPU forever if something goes wrong during
    testing.  */
-#define NSIGS 1000000
+#define NSIGS 10000000
 
 void
 handler (int sig)