Skip to content

Commit

Permalink
Extend default timeout for services health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravid Brown committed Aug 7, 2017
1 parent 863f257 commit dd0d370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_test_tools/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BaseDockerTest(unittest.TestCase):
* REQUIRED_HEALTH_CHECKS: Define the health checks (callables) to pass up before the test starts running.
"""
# Override this value to define the timeout (in seconds) for the required checks to pass.
CHECKS_TIMEOUT = 60
CHECKS_TIMEOUT = 120

# Override this value to define the interval (in seconds) for sampling required checks to pass.
CHECKS_INTERVAL = 1
Expand Down

0 comments on commit dd0d370

Please sign in to comment.