Skip to content

Commit bad2df0

Browse files
committed
go to 30
1 parent f58cebc commit bad2df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright_sim4life.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
wait_for_service_running,
1818
)
1919

20-
_S4L_STREAMING_ESTABLISHMENT_MAX_TIME: Final[int] = 15 * SECOND
20+
_S4L_STREAMING_ESTABLISHMENT_MAX_TIME: Final[int] = 30 * SECOND
2121
_S4L_SOCKETIO_REGEX: Final[re.Pattern] = re.compile(
2222
r"^(?P<protocol>[^:]+)://(?P<node_id>[^\.]+)\.services\.(?P<hostname>[^\/]+)\/socket\.io\/.+$"
2323
)

0 commit comments

Comments
 (0)