From 6e9b76492081bc82069b89a9391f3c7c52bbc8e6 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 18 Oct 2021 11:08:40 +0200 Subject: [PATCH] Increase timeout on community job We're hitting the 60 minute limit occasionally. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f6eb1d6cff..4f871281fd5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,6 +93,7 @@ jobs: --enable-debug --enable-zts CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address' + timeoutInMinutes: 90 - template: azure/coverage_job.yml parameters: configurationName: COVERAGE_DEBUG_ZTS