Skip to content

Commit

Permalink
[py] increase async script timeout from 0 as the w3c spec states to s…
Browse files Browse the repository at this point in the history
…tart time checking immediately

Signed-off-by: Lucas Tierney <lucast1533@gmail.com>
  • Loading branch information
lmtierney committed Aug 1, 2019
1 parent e12031f commit 52cbeb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@pytest.fixture(autouse=True)
def reset_timeouts(driver):
driver.set_script_timeout(0)
driver.set_script_timeout(5)
yield
driver.set_script_timeout(30)

Expand Down

0 comments on commit 52cbeb4

Please sign in to comment.