Skip to content

Commit

Permalink
Merge pull request #253 from yoursunny/patch-1
Browse files Browse the repository at this point in the history
Honor wait_timeout in slice.submit()
  • Loading branch information
sajith authored Sep 22, 2023
2 parents 27e47e2 + 1695441 commit 39f6b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabrictestbed_extensions/fablib/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ def submit(
elif wait:
self.update()

self.wait()
self.wait(timeout=wait_timeout, interval=wait_interval)

if wait_ssh:
self.wait_ssh(
Expand Down

0 comments on commit 39f6b46

Please sign in to comment.