Skip to content

Commit

Permalink
fixup! decrese timeout in test_status to previous value
Browse files Browse the repository at this point in the history
  • Loading branch information
petroav committed Jan 6, 2017
1 parent 14d1197 commit 46cd187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/product/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def check_status(self, cmd_output, statuses, port=8080):
def _server_status_with_retries(self, check_catalogs=False, extra_arguments=''):
try:
return self.retry(lambda: self._get_status_until_coordinator_updated(
check_catalogs, extra_arguments=extra_arguments), 360, 0)
check_catalogs, extra_arguments=extra_arguments), 180, 0)
except PrestoError as e:
self.assertLazyMessage(
lambda: self.status_fail_msg(e.message, "Ran out of time retrying status"),
Expand Down

0 comments on commit 46cd187

Please sign in to comment.