From f9462fe6e47d4f729ca381d0ba44083138ece6b5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 25 Jun 2020 10:36:19 +0200 Subject: Increase timeout on sanitizer job This is starting to hit the limit. Let it run for 3:30 hours. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 178558ab11..f8af8e4db4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -69,7 +69,7 @@ jobs: CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address' runTestsParameters: --asan - timeoutInMinutes: 180 + timeoutInMinutes: 210 - template: azure/msan_job.yml parameters: configurationName: DEBUG_ZTS_MSAN -- cgit v1.2.1