Skip to content

Commit

Permalink
Tighten sleep to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
zanker-stripe committed Mar 31, 2020
1 parent aabc0c0 commit 0da294f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_puma_server.rb
Expand Up @@ -267,7 +267,7 @@ def test_force_shutdown_custom_error_message

server_run app: ->(env) do
@server.stop
sleep 10
sleep 5
end

data = send_http_and_read "GET / HTTP/1.0\r\n\r\n"
Expand All @@ -282,7 +282,7 @@ def test_force_shutdown_error_default

server_run app: ->(env) do
@server.stop
sleep 10
sleep 5
end

data = send_http_and_read "GET / HTTP/1.0\r\n\r\n"
Expand Down

0 comments on commit 0da294f

Please sign in to comment.