mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Wait for the server to finish stopping
This commit is contained in:
parent
a8bb212740
commit
5858b7dd98
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class TestPumaServer < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def teardown
|
||||
@server.stop
|
||||
@server.stop(true)
|
||||
end
|
||||
|
||||
def test_url_scheme_for_https
|
||||
|
|
Loading…
Reference in a new issue