Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit bc1725f

Browse files
authored
Increase timeout for service introspection onboard tests (#333)
1 parent 23820c2 commit bc1725f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/introspection-validations.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ subscription_id=$(az account list | jq '.[] | select(.isDefault == true) | .id'
6969
storage_account_exists $AZ_STORAGE_ACCOUNT $AZ_RESOURCE_GROUP "fail"
7070
storage_account_table_exists $sat_onboard_name $AZ_STORAGE_ACCOUNT "delete"
7171

72-
wait_delete_seconds=50
72+
wait_delete_seconds=120
7373
start=0
74-
wait_seconds=5
74+
wait_seconds=10
7575
while [ $start -lt $wait_delete_seconds ]; do
7676
onboard_result=$(spk deployment onboard -s $AZ_STORAGE_ACCOUNT -t $sat_onboard_name -l $sa_location -r $AZ_RESOURCE_GROUP --subscription-id $subscription_id --service-principal-id $SP_APP_ID --service-principal-password $SP_PASS --tenant-id $SP_TENANT)
7777
if [[ $onboard_result == *"table is being deleted"* ]]; then

0 commit comments

Comments
 (0)