Skip to content

Commit

Permalink
upd: E2E test - Additional sleeps for cloud resource deletion (#38)
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   test_cloud_register_manual.py
  • Loading branch information
brent-anyscale authored Oct 12, 2024
1 parent ce039d6 commit abf8165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_cloud_register_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def _anyscale_cloud_delete(cloud_controller: CloudController, cloud_name: str):
skip_confirmation=True,
)
logger.info(" Cloud deleted successfully")

_sleep_timer(60)
return 0
except Exception as e:
logger.info(f"Error deleting anyscale cloud: {e}")
Expand Down

0 comments on commit abf8165

Please sign in to comment.