From 3250231e02e10e3ce6711ae34c45793e2dc5cb2a Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 2 Dec 2020 10:10:42 +0100 Subject: [PATCH] Increased timeout for integration tests Signed-off-by: Bjarke Berg --- build/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index bc348d3ade..f104012ae3 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -76,6 +76,7 @@ stages: - job: Integration_Tests + timeoutInMinutes: 120 displayName: 'Integration Tests' pool: vmImage: 'windows-latest'