summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/fork_multithreaded.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/fork_multithreaded.cc')
-rw-r--r--compiler-rt/test/tsan/fork_multithreaded.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/fork_multithreaded.cc b/compiler-rt/test/tsan/fork_multithreaded.cc
index 33eef93c8ec..faf407b9565 100644
--- a/compiler-rt/test/tsan/fork_multithreaded.cc
+++ b/compiler-rt/test/tsan/fork_multithreaded.cc
@@ -6,7 +6,7 @@
#include <sys/wait.h>
static void *sleeper(void *p) {
- sleep(10); // not intended to exit during test
+ sleep(1000); // not intended to exit during test
return 0;
}
OpenPOWER on IntegriCloud