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 6e14235 commit edc5359Copy full SHA for edc5359
‎tests/e2e-playwright/tests/tip/test_ti_plan.py‎
@@ -48,7 +48,7 @@
48
)
49
_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME: Final[int] = 2 * MINUTE
50
_JLAB_RUN_OPTIMIZATION_MAX_TIME: Final[int] = 4 * MINUTE
51
-_JLAB_REPORTING_MAX_TIME: Final[int] = 20 * SECOND
+_JLAB_REPORTING_MAX_TIME: Final[int] = 60 * SECOND
52
53
54
_POST_PRO_MAX_STARTUP_TIME: Final[int] = 2 * MINUTE
0 commit comments