Sleep less for ruby test

This commit is contained in:
ncteisen 2018-06-11 20:07:43 -07:00
parent fed8d2be92
commit cb5471c2ee
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ def main
run_multiple_killed_watches(1000, 0.001)
STDERR.puts '10000 iterations, sleep 0.00001 before killing thread'
run_multiple_killed_watches(10_000, 0.00001)
STDERR.puts '20000 iterations, sleep 0.00001 before killing thread'
run_multiple_killed_watches(20_000, 0.00001)
STDERR.puts '20000 iterations, sleep 0.000001 before killing thread'
run_multiple_killed_watches(20_000, 0.000001)
end
main