diff --git a/bootstraptest/test_fork.rb b/bootstraptest/test_fork.rb index 91281a3640..5de6ee1b12 100644 --- a/bootstraptest/test_fork.rb +++ b/bootstraptest/test_fork.rb @@ -66,6 +66,7 @@ assert_equal '[1, 2]', %q{ Process.kill(:TERM, pid) end Process.wait(pid) + 100.times {break if a.size > 1; sleep 0.001} a.sort rescue NotImplementedError [1, 2]