updated parameters and errors

This commit is contained in:
sean-m-sullivan
2020-08-28 07:19:39 -05:00
parent 49e2a3fa5a
commit 007b0d841e
4 changed files with 8 additions and 5 deletions

View File

@@ -590,7 +590,7 @@ class TowerAPIModule(TowerModule):
else:
return True
def wait_on_url(self, object_name=None, object_type=None, url=None, timeout=None, interval=None):
def wait_on_url(self, url, object_name, object_type, timeout=30, interval=10):
# Grab our start time to compare against for the timeout
start = time.time()
result = self.get_endpoint(url)