Skip to content

Commit

Permalink
increase tolerance for slow github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Sep 15, 2023
1 parent 24b1587 commit b98e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_tesc004_jitter_setting(dash_duo):

jitter_slider = driver.find_element(By.CLASS_NAME, "rc-slider-step")
jitter_slider.click()
time.sleep(0.2)
time.sleep(0.5)

jitter_value = driver.find_element(By.CLASS_NAME, "rc-slider-handle")

Expand Down

0 comments on commit b98e2d7

Please sign in to comment.