Commit 6d5ac43d by Michael DeHaan

Merge pull request #3368 from j2sol/wait_for_improv

Improvements to wait_for module
parents 88c907af d541e680
......@@ -92,11 +92,11 @@ def main():
port = int(params['port'])
state = params['state']
start = datetime.datetime.now()
if delay:
time.sleep(delay)
start = datetime.datetime.now()
if state == 'stopped':
### first wait for the host to go down
end = start + datetime.timedelta(seconds=timeout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment