increase timeout
This commit is contained in:
parent
ba060b7b8b
commit
3e82936616
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from abratest.utils import BaseUrl
|
||||||
|
|
||||||
# global timeout and LOCALE
|
# global timeout and LOCALE
|
||||||
LOCALE = {"Accept-Language": "de_DE"}
|
LOCALE = {"Accept-Language": "de_DE"}
|
||||||
TIMEOUT = 15_000
|
TIMEOUT = 20_000
|
||||||
expect.set_options(timeout=TIMEOUT)
|
expect.set_options(timeout=TIMEOUT)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue