mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-20 23:50:31 +01:00
fix new test
This commit is contained in:
parent
6f364b8e6a
commit
13fc8460b2
|
|
@ -164,7 +164,7 @@ def test_serverStopsWhileConnected(getRunningServer, getClient):
|
|||
"""!Shutdown server while client is connected"""
|
||||
getClient.connect()
|
||||
getRunningServer.stop()
|
||||
time.sleep(1)
|
||||
time.sleep(0.1)
|
||||
assert getClient.isConnected # todo check why the first always return true here
|
||||
assert not getClient.isConnected
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue