diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/tst-create-detached.c | 1 | ||||
-rw-r--r-- | nptl/tst-robust-fork.c | 1 | ||||
-rw-r--r-- | nptl/tst-rwlock19.c | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/nptl/tst-create-detached.c b/nptl/tst-create-detached.c index ea93e441c7..551a845496 100644 --- a/nptl/tst-create-detached.c +++ b/nptl/tst-create-detached.c @@ -134,4 +134,5 @@ do_test (void) return 0; } +#define TIMEOUT 100 #include <support/test-driver.c> diff --git a/nptl/tst-robust-fork.c b/nptl/tst-robust-fork.c index 4a12ff000d..ec0fd3c42b 100644 --- a/nptl/tst-robust-fork.c +++ b/nptl/tst-robust-fork.c @@ -181,4 +181,5 @@ do_test (void) return 0; } +#define TIMEOUT 100 #include <support/test-driver.c> 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" |