summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2007-01-28 16:45:35 +0000
committerMark Kettenis <kettenis@gnu.org>2007-01-28 16:45:35 +0000
commit58d578e4e66939736d09b039d079b3ae93d14a00 (patch)
tree50c79c70fa95e381948281aa170668d168530cd3 /gdb/testsuite/gdb.threads
parent7f59e30e9641c00cc21ac2e5b6b9562676968323 (diff)
downloadgdb-58d578e4e66939736d09b039d079b3ae93d14a00.tar.gz
* gdb.threads/sigthread.c (NSIGS): Make bigger.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r--gdb/testsuite/gdb.threads/sigthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/sigthread.c b/gdb/testsuite/gdb.threads/sigthread.c
index 81ebd678318..131d96a848e 100644
--- a/gdb/testsuite/gdb.threads/sigthread.c
+++ b/gdb/testsuite/gdb.threads/sigthread.c
@@ -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)