Skip to content

Commit

Permalink
Use long timeout in webdriver/tests/find_element_from_element/find.py
Browse files Browse the repository at this point in the history
* WebKitWebDriver (WebKitGTK) needs at least 55 seconds to run this
test. The default timeout (25+5 seconds) is not enough. So use a long
timeout (180+5) instead for this wdspec test.
  • Loading branch information
clopez committed Nov 7, 2019
1 parent 3993749 commit 119faea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webdriver/tests/find_element_from_element/find.py
@@ -1,3 +1,4 @@
# META: timeout=long
import pytest

from webdriver.transport import Response
Expand Down

0 comments on commit 119faea

Please sign in to comment.