diff options
Diffstat (limited to 'nptl/tst-rwlock19.c')
-rw-r--r-- | nptl/tst-rwlock19.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-rwlock19.c b/nptl/tst-rwlock19.c index 746d84d92f..47c6f43d9f 100644 --- a/nptl/tst-rwlock19.c +++ b/nptl/tst-rwlock19.c @@ -122,6 +122,6 @@ do_test (void) return 0; } -#define TIMEOUT 30 +#define TIMEOUT 100 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |