Skip to content

Commit d61017a

Browse files
committed
🙏 more sleep time
1 parent 6de51be commit d61017a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_figure_resampler_selenium.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def test_multi_trace_go_figure(driver, multi_trace_go_figure):
611611

612612
# Note: as there is only 1 hf-scatter-trace, the reset axes command will only
613613
# update a single trace
614-
fr.clear_requests(sleep_time_s=1)
614+
fr.clear_requests(sleep_time_s=3)
615615
fr.reset_axes()
616616
time.sleep(3)
617617
RequestParser.browser_independent_single_callback_request_assert(
@@ -629,7 +629,7 @@ def test_multi_trace_go_figure(driver, multi_trace_go_figure):
629629
fr.clear_requests(sleep_time_s=3)
630630

631631
# First, apply some horizontal based zooms
632-
fr.clear_requests(sleep_time_s=1)
632+
fr.clear_requests(sleep_time_s=3)
633633
fr.drag_and_zoom("xy", x0=0.1, x1=0.2, y0=0.5, y1=0.5)
634634
time.sleep(3)
635635
# As all axes are shared, we expect at least 3 updated

0 commit comments

Comments
 (0)