Skip to content

Commit

Permalink
♻️ increase e2e tip test timeout (#6504)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Oct 9, 2024
1 parent 54f9bcd commit d7026b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-playwright/tests/tip/test_ti_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
+ _JLAB_MAX_STARTUP_MAX_TIME
)
_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME: Final[int] = 2 * MINUTE
_JLAB_RUN_OPTIMIZATION_MAX_TIME: Final[int] = 2 * MINUTE
_JLAB_RUN_OPTIMIZATION_MAX_TIME: Final[int] = 4 * MINUTE
_JLAB_REPORTING_MAX_TIME: Final[int] = 20 * SECOND


Expand Down

0 comments on commit d7026b7

Please sign in to comment.