From ae1364c35006bfcd0d7feeecddb7499000eba1b5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 14 Apr 2020 12:52:24 +0200 Subject: Increase timeout on ubsan/asan job This one occasionally runs for more than 2: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 b59550766d..4dec0f4027 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: 150 + timeoutInMinutes: 180 - template: azure/msan_job.yml parameters: configurationName: DEBUG_ZTS_MSAN -- cgit v1.2.1