mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Tweak Session timeouts
This commit is contained in:
parent
283246a6b8
commit
245b7e653d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class Result:
|
||||||
|
|
||||||
|
|
||||||
class Session:
|
class Session:
|
||||||
START_TIMEOUT = 5
|
START_TIMEOUT = 2
|
||||||
WAIT_TIMEOUT = 15
|
WAIT_TIMEOUT = 15
|
||||||
SLEEP_THRESHOLD = 10
|
SLEEP_THRESHOLD = 10
|
||||||
MAX_RETRIES = 10
|
MAX_RETRIES = 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue