Skip to content

Commit 299d17a

Browse files
committed
increasing time for sleep
1 parent 7037aa9 commit 299d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/graph/test_graph_responsive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ def update_figures(n_clicks):
206206
dash_dcc.wait_for_text_to_equal("#generate-btn", "Generate Figures")
207207
dash_dcc.find_element("#generate-btn").click()
208208
dash_dcc.wait_for_text_to_equal("#bounding-output", "loaded")
209-
time.sleep(0.1) # must wait for the full render
209+
time.sleep(0.3) # must wait for the full render
210210
dash_dcc.find_element("#bounding-btn").click()
211211
dash_dcc.wait_for_text_to_equal("#bounding-output", "true")

0 commit comments

Comments
 (0)