Skip to content

Commit 349a4cf

Browse files
authored
test: Fix flaky ui test (#6741)
1 parent ec851b7 commit 349a4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

holoviews/tests/ui/bokeh/test_hover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def get_plot(color_by):
420420

421421
# Change the selector to 'option2'
422422
scb.value = "option2"
423-
page.wait_for_timeout(1000)
423+
page.wait_for_timeout(2000)
424424

425425
# Move the mouse again to trigger updated tooltip
426426
page.mouse.move(bbox["x"] + bbox["width"] / 4, bbox["y"] + bbox["height"] / 4)

0 commit comments

Comments
 (0)