From a087cfd894497e98936245605dd87ca7f0f3de2a Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Fri, 12 Apr 2024 10:26:00 +0200 Subject: [PATCH] increase allowed CI time for the UBSAN build; (#7354) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0eef54ef91a..f200e653dc2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -127,7 +127,7 @@ jobs: steps: - template: .azure-pipelines/vs_build_swig.yml - job: Ubuntu_x64_ubsan - timeoutInMinutes: 90 + timeoutInMinutes: 120 pool: vmImage: ubuntu-latest variables: