Skip to content

Commit

Permalink
Bump sleep to 1s for laggy systems like travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Aug 16, 2018
1 parent 9ccdf25 commit 4a5a3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mri/ruby/test_signal.rb
Expand Up @@ -18,7 +18,7 @@ def test_signal
Signal.trap(:INT) { raise "Interrupt" }
assert_raise_with_message(RuntimeError, /Interrupt/) {
Process.kill :INT, Process.pid
sleep 0.1
sleep 1
}
ensure
Signal.trap :INT, oldtrap if oldtrap
Expand Down

0 comments on commit 4a5a3b0

Please sign in to comment.