Tweak Session timeouts

This commit is contained in:
Dan 2023-01-12 18:25:42 +01:00
parent 283246a6b8
commit 245b7e653d

View File

@ -45,7 +45,7 @@ class Result:
class Session:
START_TIMEOUT = 5
START_TIMEOUT = 2
WAIT_TIMEOUT = 15
SLEEP_THRESHOLD = 10
MAX_RETRIES = 10