diff --git a/.azure-pipelines/steps/live_test.yml b/.azure-pipelines/steps/live_test.yml index 7875fdbb1..9e9f453b9 100644 --- a/.azure-pipelines/steps/live_test.yml +++ b/.azure-pipelines/steps/live_test.yml @@ -1,6 +1,17 @@ steps: - script: | - go test -count=1 -v ./keyvault/ + go test -count=1 -v -timeout 12h ./keyvault/ + go test -count=1 -v -timeout 12h ./eventhubs/ + go test -count=1 -v -timeout 12h ./storage/ + go test -count=1 -v -timeout 12h ./batch/ + go test -count=1 -v -timeout 12h ./cdn/ + go test -count=1 -v -timeout 12h ./cognitiveservices/ + go test -count=1 -v -timeout 12h ./cosmosdb/ + go test -count=1 -v -timeout 12h ./hdinsight/ + go test -count=1 -v -timeout 12h ./network/ + go test -count=1 -v -timeout 12h ./sql/ + go test -count=1 -v -timeout 12h ./resources/ + displayName: 'Live Test' env: AZURE_AUTH_LOCATION: $(AZURE_AUTH_LOCATION) @@ -12,5 +23,6 @@ steps: AZURE_LOCATION_DEFAULT: $(AZURE_LOCATION_DEFAULT) AZURE_SAMPLES_KEEP_RESOURCES: $(AZURE_SAMPLES_KEEP_RESOURCES) AZURE_USE_DEVICEFLOW: $(AZURE_USE_DEVICEFLOW) - + AZURE_STORAGE_ACCOUNT_NAME: $(AZURE_STORAGE_ACCOUNT_NAME) + AZURE_STORAGE_ACCOUNT_GROUP_NAME: $(AZURE_STORAGE_ACCOUNT_GROUP_NAME)