mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
some improvements
This commit is contained in:
parent
056e7857e5
commit
06549b8e26
3 changed files with 3 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ def test_serverStopsWhileConnected(getRunningServer, getClient):
|
|||
getRunningServer.stop()
|
||||
timeout = 10
|
||||
while getClient.isConnected:
|
||||
print(timeout)
|
||||
time.sleep(0.1)
|
||||
timeout = timeout - 1
|
||||
if timeout is 0:
|
||||
assert 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue