From b98e2d717e5939b085aaecdfc98cf15073dd8c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Bj=C3=B6rklund?= Date: Fri, 15 Sep 2023 12:56:42 +0300 Subject: [PATCH] increase tolerance for slow github action --- tests/test_scatterplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scatterplot.py b/tests/test_scatterplot.py index a24fb33..1c8e610 100644 --- a/tests/test_scatterplot.py +++ b/tests/test_scatterplot.py @@ -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")