From 9a8b5d3843ceb80bffa393cc32db1157ea977e3f Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Wed, 24 Jun 2020 12:04:27 -0500 Subject: [PATCH] Increase test pipeline timeout as nightly builds have started exceeding 60m (#12953) --- sdk/keyvault/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/keyvault/tests.yml b/sdk/keyvault/tests.yml index 3a9a60d50bb4c..6186c75b6d8ad 100644 --- a/sdk/keyvault/tests.yml +++ b/sdk/keyvault/tests.yml @@ -4,6 +4,7 @@ extends: template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml parameters: ServiceDirectory: keyvault + TimeoutInMinutes: 120 EnvVars: # Runs samples with live tests. AZURE_KEYVAULT_TEST_MODE: Live \ No newline at end of file