mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Rubocop failures
This commit is contained in:
parent
554c02cfaf
commit
536c3ed4a1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue