diff options
author | Mark Kettenis <kettenis@gnu.org> | 2007-01-28 16:45:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2007-01-28 16:45:35 +0000 |
commit | e741bf94aedfece97c88c1b1cd5a2dd34a8b53dc (patch) | |
tree | bfaf04197de6066cbaa186180026ed6117feab9a /gdb/testsuite/gdb.threads | |
parent | 4d456e3dc542b930dcde221289d50bda55f0a848 (diff) | |
download | gdb-e741bf94aedfece97c88c1b1cd5a2dd34a8b53dc.zip gdb-e741bf94aedfece97c88c1b1cd5a2dd34a8b53dc.tar.gz gdb-e741bf94aedfece97c88c1b1cd5a2dd34a8b53dc.tar.bz2 |
* gdb.threads/sigthread.c (NSIGS): Make bigger.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/sigthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/sigthread.c b/gdb/testsuite/gdb.threads/sigthread.c index 81ebd67..131d96a 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) |