Skip to content

Commit 0816473

Browse files
authored
Merge pull request #113 from Geode-solutions/feat/lighter_docker_image
fix(Tests): timeout 10 sec instead of 5
2 parents d588682 + 5dcad8a commit 0816473

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)