diff options
author | ncteisen <ncteisen@gmail.com> | 2018-06-11 20:07:43 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-06-11 20:07:43 -0700 |
commit | cb5471c2eead73a90dca739fbfbfb8819a3ec31b (patch) | |
tree | 89ef1ee4403f5c3bb7f070255dc3a014fb238351 /src/ruby | |
parent | fed8d2be92f151652a2895157b513d0ec6d66129 (diff) |
Sleep less for ruby test
Diffstat (limited to 'src/ruby')
-rwxr-xr-x | src/ruby/end2end/multiple_killed_watching_threads_driver.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/end2end/multiple_killed_watching_threads_driver.rb b/src/ruby/end2end/multiple_killed_watching_threads_driver.rb index 8ec2073d98..dbfdf61599 100755 --- a/src/ruby/end2end/multiple_killed_watching_threads_driver.rb +++ b/src/ruby/end2end/multiple_killed_watching_threads_driver.rb @@ -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 |