Skip to content

Commit

Permalink
Up the selenium driver timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Sep 2, 2024
1 parent 24c7d66 commit c96aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c96aa92

Please sign in to comment.