Skip to content

Commit

Permalink
♻️E2E: Classic TI wait a bit longer on Run Optimization step (#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Jun 21, 2024
1 parent 6890109 commit 59ed935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-playwright/tests/tip/test_ti_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
+ _JLAB_DOCKER_PULLING_MAX_TIME
+ _JLAB_MAX_STARTUP_MAX_TIME
)
_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME: Final[int] = 1 * MINUTE
_JLAB_RUN_OPTIMIZATION_MAX_TIME: Final[int] = 1 * MINUTE
_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME: Final[int] = 2 * MINUTE
_JLAB_RUN_OPTIMIZATION_MAX_TIME: Final[int] = 2 * MINUTE
_JLAB_REPORTING_MAX_TIME: Final[int] = 20 * SECOND


Expand Down

0 comments on commit 59ed935

Please sign in to comment.