Skip to content

Commit

Permalink
🎨 increase timeout in tip e2e test (#6568)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Oct 21, 2024
1 parent 6e14235 commit edc5359
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 @@ -48,7 +48,7 @@
)
_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME: Final[int] = 2 * MINUTE
_JLAB_RUN_OPTIMIZATION_MAX_TIME: Final[int] = 4 * MINUTE
_JLAB_REPORTING_MAX_TIME: Final[int] = 20 * SECOND
_JLAB_REPORTING_MAX_TIME: Final[int] = 60 * SECOND


_POST_PRO_MAX_STARTUP_TIME: Final[int] = 2 * MINUTE
Expand Down

0 comments on commit edc5359

Please sign in to comment.