forked from p34709852/monkey
Change timeout
This commit is contained in:
parent
a44e9a901f
commit
372a08791d
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue