change global timeout
This commit is contained in:
parent
aa442a7f0c
commit
0d76754ece
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from src.dirmanager import DirManager
|
||||||
|
|
||||||
# global timeout and LOCALE
|
# global timeout and LOCALE
|
||||||
LOCALE = {"Accept-Language": "de_DE"}
|
LOCALE = {"Accept-Language": "de_DE"}
|
||||||
TIMEOUT = 10_000
|
TIMEOUT = 7_000
|
||||||
expect.set_options(timeout=TIMEOUT)
|
expect.set_options(timeout=TIMEOUT)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue