From 082d18c74060b4fa9f815b9ad96cc55bfbc1c682 Mon Sep 17 00:00:00 2001 From: Maor Leger Date: Tue, 1 Jun 2021 13:19:23 -0700 Subject: [PATCH] [KeyVault] - Bump Keys timeout to 90 minutes (#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. --- sdk/keyvault/keyvault-keys/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/keyvault-keys/tests.yml b/sdk/keyvault/keyvault-keys/tests.yml index 27ab51b011df..46ac057d46a5 100644 --- a/sdk/keyvault/keyvault-keys/tests.yml +++ b/sdk/keyvault/keyvault-keys/tests.yml @@ -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