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 c54f106 commit 1b4bbe6Copy full SHA for 1b4bbe6
tests/e2e-playwright/tests/tip/test_ti_plan.py
@@ -228,7 +228,6 @@ def test_classic_ti_plan( # noqa: PLR0915
228
with log_context(logging.INFO, "Run optimization") as ctx:
229
run_button = ti_iframe.get_by_role("button", name="Run Optimization")
230
run_button.click(timeout=_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME)
231
-
232
start = time.time()
233
success = False
234
while (
@@ -242,7 +241,6 @@ def test_classic_ti_plan( # noqa: PLR0915
242
241
success = True
243
break
244
time.sleep(2)
245
246
if not success:
247
ctx.logger.info("Optimization did not finish in time.")
248
0 commit comments