From 5dcad8a0bcda50c4aefc2445a312a8e7a3931e62 Mon Sep 17 00:00:00 2001 From: JulienChampagnol Date: Wed, 3 Dec 2025 13:17:17 +0100 Subject: [PATCH] fix(Tests): timeout 10 sec instead of 5 --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index be29409..7d4895b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -160,7 +160,7 @@ def get_xprocess_args(self) -> tuple[str, type, type]: class Starter(ProcessStarter): terminate_on_interrupt = True pattern = "wslink: Starting factory" - timeout = 5 + timeout = 10 # command to start process args = [