Skip to content

Commit 5dcad8a

Browse files
fix(Tests): timeout 10 sec instead of 5
1 parent 54fd180 commit 5dcad8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_xprocess_args(self) -> tuple[str, type, type]:
160160
class Starter(ProcessStarter):
161161
terminate_on_interrupt = True
162162
pattern = "wslink: Starting factory"
163-
timeout = 5
163+
timeout = 10
164164

165165
# command to start process
166166
args = [

0 commit comments

Comments
 (0)