summaryrefslogtreecommitdiff
path: root/libc/nptl/tst-cond24.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/tst-cond24.c')
-rw-r--r--libc/nptl/tst-cond24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/nptl/tst-cond24.c b/libc/nptl/tst-cond24.c
index 2eb2df1a3..bfcc171e6 100644
--- a/libc/nptl/tst-cond24.c
+++ b/libc/nptl/tst-cond24.c
@@ -244,6 +244,6 @@ do_test (void)
return do_test_wait (thread_fun_timed);
}
-#define TIMEOUT 10
+#define TIMEOUT 20
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"