From c96aa927625c84578cbed27813a5df74247fe489 Mon Sep 17 00:00:00 2001 From: Edan Bainglass Date: Mon, 2 Sep 2024 08:35:43 +0000 Subject: [PATCH] Up the selenium driver timeout to 60s --- tests_integration/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_integration/test_app.py b/tests_integration/test_app.py index e1475282b..201b2e2f1 100755 --- a/tests_integration/test_app.py +++ b/tests_integration/test_app.py @@ -17,7 +17,7 @@ def test_qe_app_select_silicon_and_confirm( screenshot_dir, final_screenshot, ): - driver = selenium_driver("qe.ipynb", wait_time=30.0) + driver = selenium_driver("qe.ipynb", wait_time=60.0) driver.set_window_size(1920, 1485) element = WebDriverWait(driver, 60).until(