Skip to content

Commit

Permalink
[KeyVault] - Bump Keys timeout to 90 minutes (#15489)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maorleger authored Jun 1, 2021
1 parent 80ca91e commit 082d18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
parameters:
PackageName: "@azure/keyvault-keys"
ServiceDirectory: keyvault
TimeoutInMinutes: 59
TimeoutInMinutes: 90
# KV HSM limitation prevents us from running live tests
# against multiple platforms in parallel (we're limited to a single
# instance per region per subscription) so we're only running
Expand Down

0 comments on commit 082d18c

Please sign in to comment.