From ff6d064b29e662119cec4ffb121b149927c702aa Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Mon, 23 May 2022 08:43:52 +0100 Subject: [PATCH] Allow for slow integration test runs --- build/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 4f95770ba5..dcb71692e6 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -240,6 +240,7 @@ stages: jobs: # Integration Tests (SQLite) - job: + timeoutInMinutes: 120 displayName: Integration Tests (SQLite) strategy: matrix: