Skip to content

Commit 082d18c

Browse files
authored
[KeyVault] - Bump Keys timeout to 90 minutes (Azure#15489)
KeyVault Keys tests have been timing out on Managed HSM. Looking at the runs, it does look like we are just on the edge of timing out but a few recent test additions have put us over the edge. There are N Key Vault tests + M Managed HSM specific tests, so only the Managed HSM runs started timing out. I think bumping to 90 minutes is a reasonable strategy here as I didn't see any large changes in the trends.
1 parent 80ca91e commit 082d18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/keyvault/keyvault-keys/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
parameters:
66
PackageName: "@azure/keyvault-keys"
77
ServiceDirectory: keyvault
8-
TimeoutInMinutes: 59
8+
TimeoutInMinutes: 90
99
# KV HSM limitation prevents us from running live tests
1010
# against multiple platforms in parallel (we're limited to a single
1111
# instance per region per subscription) so we're only running

0 commit comments

Comments
 (0)