Skip to content

Commit

Permalink
Bump timeouts up across the board but TODO on why
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Feb 8, 2017
1 parent f53d7ea commit 119f10b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def test_scaleup_and_down(self):

self.instrument(self.wait_for_containers,
{'backend': 1, "nginx": 1, "consul": 1}, timeout=300)
self.instrument(self.wait_for_service, 'backend', count=1)
self.instrument(self.wait_for_service, 'backend', count=1, timeout=60)
self.instrument(self.wait_for_service, 'containerpilot', count=1, timeout=60)
self.instrument(self.wait_for_service, 'nginx', count=1)
self.instrument(self.wait_for_service, 'nginx-public', count=1)
self.instrument(self.wait_for_service, 'nginx', count=1, timeout=60)
self.instrument(self.wait_for_service, 'nginx-public', count=1, timeout=60)
# self.wait_for_service('nginx-public-ssl', count=1) # TODO
self.instrument(self.wait_for_cns)

Expand Down

0 comments on commit 119f10b

Please sign in to comment.