Change timeout

This commit is contained in:
Daniel Goldberg 2018-10-18 15:47:12 +03:00
parent a44e9a901f
commit 372a08791d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ LOG = logging.getLogger(__name__)
DOWNLOAD_CHUNK = 1024
# random number greater than 5,
# to prevent the monkey from just waiting forever to try and connect to an island before going elsewhere.
TIMEOUT = 9
TIMEOUT = 15
class ControlClient(object):