1
0
Fork 0
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:
MSP-Greg 2021-04-10 15:14:55 -05:00
parent 7446bd2d17
commit 362b4ac7ad
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18

View file

@ -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