diff --git a/test/test_puma_server.rb b/test/test_puma_server.rb index 63af7965..4321b9bf 100644 --- a/test/test_puma_server.rb +++ b/test/test_puma_server.rb @@ -726,10 +726,10 @@ EOF sock << "ello" sock.gets - + # Could be 1000 but the tests get flaky. We don't care if it's extremely precise so much as that # it is set to a reasonable number. - assert_operator request_body_wait, :>=, 900 + assert_operator request_body_wait, :>=, 900 end def test_request_body_wait_chunked @@ -744,7 +744,7 @@ EOF sock << "4\r\nello\r\n0\r\n\r\n" sock.gets - + # Could be 1000 but the tests get flaky. We don't care if it's extremely precise so much as that # it is set to a reasonable number. assert_operator request_body_wait, :>=, 900