From a493f336bbb2d1821cbdcbffb583f926c7130c0d Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Wed, 4 Sep 2024 11:47:30 +0200 Subject: [PATCH] Increase the timeout for the Python server to start up. --- tests/test_server.toit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_server.toit b/tests/test_server.toit index 074cd04..f885fd4 100644 --- a/tests/test_server.toit +++ b/tests/test_server.toit @@ -60,7 +60,7 @@ with-test-server --logger/log.Logger --mode/string [block]: // If it didn't start we might be looking for the wrong line in its output. // There was a change between 1.6.9 and 2.0.14. Could be that there is // going to be another one. - with-timeout --ms=1_000: + with-timeout --ms=5_000: server-is-running.get network := net.open