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 85d61c3 commit 5acd9a4Copy full SHA for 5acd9a4
packages/pytest-simcore/src/pytest_simcore/helpers/playwright.py
@@ -319,7 +319,7 @@ def __call__(self, message: str) -> None:
319
320
321
_FAIL_FAST_DYNAMIC_SERVICE_STATES: Final[tuple[str, ...]] = ("idle", "failed")
322
-_SERVICE_ROOT_POINT_STATUS_TIMEOUT: Final[timedelta] = timedelta(seconds=5)
+_SERVICE_ROOT_POINT_STATUS_TIMEOUT: Final[timedelta] = timedelta(seconds=30)
323
324
325
def _get_service_url(
0 commit comments