From 7fefe7b17ac0b32bcbf3580357440a1ad382130e Mon Sep 17 00:00:00 2001 From: Doyoung Kim Date: Fri, 12 Jul 2024 05:51:51 +0000 Subject: [PATCH] update constant values --- sky/skylet/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sky/skylet/constants.py b/sky/skylet/constants.py index d2460fc4d1c..4348a977ded 100644 --- a/sky/skylet/constants.py +++ b/sky/skylet/constants.py @@ -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}.')