Skip to content

Commit ada24e5

Browse files
committed
sleep longer
1 parent 9ef0f6c commit ada24e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/sliders/test_sliders_shorthands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ def test_slsh002_sliders_marks_si_unit_format(dash_dcc):
193193

194194
dash_dcc.start_server(app)
195195
dash_dcc.wait_for_element(".rc-slider")
196-
time.sleep(1)
196+
time.sleep(2)
197197
dash_dcc.percy_snapshot("slsh002 - test_slsh002_sliders_marks_si_unit_format", True)

0 commit comments

Comments
 (0)