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