test: raise default waitForServer time

This commit is contained in:
tecnovert
2026-05-29 15:22:48 +02:00
parent 19f13d9d96
commit 5099b9ebaa
+1 -1
View File
@@ -58,7 +58,7 @@ def post_json_api(port, path, json_data):
return json.loads(post_json_req(url, json_data)) return json.loads(post_json_req(url, json_data))
def waitForServer(delay_event, port, wait_for=20): def waitForServer(delay_event, port, wait_for=40):
for i in range(wait_for): for i in range(wait_for):
if delay_event.is_set(): if delay_event.is_set():
raise ValueError("Test stopped.") raise ValueError("Test stopped.")