Merge pull request #331 from guardicore/hotfix/increase-monkey-timeout

Increased TTL to 5 minutes
This commit is contained in:
Shay Nehmad 2019-05-28 16:45:21 +03:00 committed by GitHub
commit 2ea375a7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from monkey_island.cc.models.monkey_ttl import MonkeyTtl
from monkey_island.cc.services.config import ConfigService
from monkey_island.cc.services.node import NodeService
MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 120
MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS = 60 * 5
__author__ = 'Barak'