Skip to content

Commit

Permalink
Merge pull request #331 from guardicore/hotfix/increase-monkey-timeout
Browse files Browse the repository at this point in the history
Increased TTL to 5 minutes
  • Loading branch information
ShayNehmad authored May 28, 2019
2 parents 1073eb7 + 212ed68 commit 2ea375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkey/monkey_island/cc/resources/monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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'

Expand Down

0 comments on commit 2ea375a

Please sign in to comment.