Increase explicit wait to avoid timeout error during loading spinner

Change-Id: Ib7158d4c3859576016605fa4e688dbb166156078
This commit is contained in:
Jan Jasek 2023-07-11 15:34:20 +02:00
parent 480aba9422
commit e6f398715e

View File

@ -31,7 +31,7 @@ implicit_wait=10
# methods using explicit timeout are usually prefixed with 'wait',
# those methods ignore implicit_wait when looking up web elements.
# (integer value)
explicit_wait=90
explicit_wait=180
# Maximize the browser window at the start of each test?
# (boolean)