We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ad3c6 commit 11463f3Copy full SHA for 11463f3
packages/pytest-simcore/src/pytest_simcore/helpers/playwright_sim4life.py
@@ -17,7 +17,7 @@
17
wait_for_service_running,
18
)
19
20
-_S4L_STREAMING_ESTABLISHMENT_MAX_TIME: Final[int] = 15 * SECOND
+_S4L_STREAMING_ESTABLISHMENT_MAX_TIME: Final[int] = 30 * SECOND
21
_S4L_SOCKETIO_REGEX: Final[re.Pattern] = re.compile(
22
r"^(?P<protocol>[^:]+)://(?P<node_id>[^\.]+)\.services\.(?P<hostname>[^\/]+)\/socket\.io\/.+$"
23
0 commit comments