Increase explicit wait to avoid timeout error during loading spinner
Change-Id: Ib7158d4c3859576016605fa4e688dbb166156078
This commit is contained in:
parent
480aba9422
commit
e6f398715e
@ -31,7 +31,7 @@ implicit_wait=10
|
|||||||
# methods using explicit timeout are usually prefixed with 'wait',
|
# methods using explicit timeout are usually prefixed with 'wait',
|
||||||
# those methods ignore implicit_wait when looking up web elements.
|
# those methods ignore implicit_wait when looking up web elements.
|
||||||
# (integer value)
|
# (integer value)
|
||||||
explicit_wait=90
|
explicit_wait=180
|
||||||
|
|
||||||
# Maximize the browser window at the start of each test?
|
# Maximize the browser window at the start of each test?
|
||||||
# (boolean)
|
# (boolean)
|
||||||
|
Loading…
Reference in New Issue
Block a user