From 0760fbd702b4f97c8670f32c87a05808379988fa Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 23 Jan 2024 08:49:25 +0100 Subject: [PATCH] Increase timeout so we can figure out which tests are slow --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 6b87336b74..a3a91ff184 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -369,7 +369,7 @@ stages: # Integration Tests (SQL Server) - job: - timeoutInMinutes: 120 + timeoutInMinutes: 180 condition: or(eq(stageDependencies.Build.A.outputs['build.NBGV_PublicRelease'], 'True'), ${{parameters.sqlServerIntegrationTests}}) displayName: Integration Tests (SQL Server) strategy: