Skip to content

Commit 6fa19e7

Browse files
author
Pasu Chan Chak Shing
committed
Increase selenium query_selector timeout
1 parent 174decb commit 6fa19e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/selenium/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import shim
1414

15-
SEL_DEFAULT_WAIT_TIMEOUT = 10
15+
SEL_DEFAULT_WAIT_TIMEOUT = 20
1616

1717
parse_stdout = lambda res: res.strip().decode('utf-8')
1818

0 commit comments

Comments
 (0)