Skip to content

Commit 1764af9

Browse files
committed
revert timeout
1 parent 2f4de91 commit 1764af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from pytest_simcore.helpers.pydantic_extension import Secret4TestsStr
4141

4242
_PROJECT_CLOSING_TIMEOUT: Final[int] = 10 * MINUTE
43-
_OPENING_NEW_EMPTY_PROJECT_MAX_WAIT_TIME: Final[int] = 60 * SECOND
43+
_OPENING_NEW_EMPTY_PROJECT_MAX_WAIT_TIME: Final[int] = 30 * SECOND
4444
_OPENING_TUTORIAL_MAX_WAIT_TIME: Final[int] = 3 * MINUTE
4545

4646

0 commit comments

Comments
 (0)