[libFuzzer] Increase merge-sigusr sleep after sending signal.
authorMatt Morehouse <mascasa@google.com>
Thu, 16 May 2019 04:00:41 +0000 (04:00 +0000)
committerMatt Morehouse <mascasa@google.com>
Thu, 16 May 2019 04:00:41 +0000 (04:00 +0000)
Test is flaky on buildbot at least partially due to the fuzz target not
exiting before we read its output.

llvm-svn: 360848

compiler-rt/test/fuzzer/merge-sigusr.test

index 69532f1..89c523d 100644 (file)
@@ -19,7 +19,7 @@ RUN: %run %t/LFSIGUSR -merge=1 -merge_control_file=%t/MCF %t/C1 %t/C2 2>%t/log &
 RUN: sleep 3
 RUN: pkill -SIGUSR2 -P $PID
 RUN: kill -SIGUSR2 $PID
-RUN: sleep 3
+RUN: sleep 6
 RUN: cat %t/log | FileCheck %s
 RUN: grep C2/g %t/MCF
 RUN: grep STARTED %t/MCF