mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
test_rack_handler.rb - try to fix intermittent JRuby CI failures
This commit is contained in:
parent
7446bd2d17
commit
362b4ac7ad
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class TestPathHandler < Minitest::Test
|
|||
Timeout.timeout(10) do
|
||||
sleep 1 until @launcher
|
||||
end
|
||||
sleep 1
|
||||
sleep 1.5 unless Puma::IS_MRI
|
||||
|
||||
yield @launcher
|
||||
ensure
|
||||
|
|
Loading…
Add table
Reference in a new issue