Skip to content

Commit

Permalink
Add comment on break
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Jan 17, 2024
1 parent 503ae41 commit c55d64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/avh/helpers/avh_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def wait_for_state_deleted(self, timeout_s=60):
try:
self.avh_client.instance_state(self.instance_id)
except avh_api.exceptions.NotFoundException:
# Not Found implies deleted
break

if (time.monotonic() - start_time) > timeout_s:
Expand Down

0 comments on commit c55d64f

Please sign in to comment.