Skip to content

Commit

Permalink
update constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Jul 12, 2024
1 parent d5c4e1b commit 7fefe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/skylet/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@

WAIT_FOR_STORAGE_ACCOUNT_CREATION = 60
# Observed time for new role assignment to propagate was ~45s
WAIT_FOR_STORAGE_ACCOUNT_ROLE_ASSIGNMENT = 120
RETRY_INTERVAL_AFTER_ROLE_ASSIGNMENT = 5
WAIT_FOR_STORAGE_ACCOUNT_ROLE_ASSIGNMENT = 180
RETRY_INTERVAL_AFTER_ROLE_ASSIGNMENT = 10
ROLE_ASSIGNMENT_FAILURE_ERROR_MSG = (
'Failed to assign Storage Blob Data Owner role to the '
'storage account {storage_account_name}.')

0 comments on commit 7fefe7b

Please sign in to comment.