tests/armagetronad: increase timeout for busy Hydra server
This commit is contained in:
parent
8abfb83a31
commit
d968402cd5
@ -208,7 +208,7 @@ makeTest {
|
|||||||
barrier.wait()
|
barrier.wait()
|
||||||
|
|
||||||
# Get to the Server Bookmarks screen on both clients. This takes a while so do it asynchronously.
|
# Get to the Server Bookmarks screen on both clients. This takes a while so do it asynchronously.
|
||||||
barrier = threading.Barrier(3, timeout=120)
|
barrier = threading.Barrier(len(clients) + 1, timeout=240)
|
||||||
for client in clients:
|
for client in clients:
|
||||||
threading.Thread(target=client_setup, args=(client, servers, barrier)).start()
|
threading.Thread(target=client_setup, args=(client, servers, barrier)).start()
|
||||||
barrier.wait()
|
barrier.wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user