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 2f4de91 commit 1764af9Copy full SHA for 1764af9
tests/e2e-playwright/tests/conftest.py
@@ -40,7 +40,7 @@
40
from pytest_simcore.helpers.pydantic_extension import Secret4TestsStr
41
42
_PROJECT_CLOSING_TIMEOUT: Final[int] = 10 * MINUTE
43
-_OPENING_NEW_EMPTY_PROJECT_MAX_WAIT_TIME: Final[int] = 60 * SECOND
+_OPENING_NEW_EMPTY_PROJECT_MAX_WAIT_TIME: Final[int] = 30 * SECOND
44
_OPENING_TUTORIAL_MAX_WAIT_TIME: Final[int] = 3 * MINUTE
45
46
0 commit comments