From 2d7ada2c0bd1bfce5bec91accad32c0c45f8c0df Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 16 Feb 2021 10:15:08 +0100 Subject: Increase timeout on asan job Regularly runs against the 5:10 hour limit on master. Increase it to 6:00 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 dabf35b3d2..6f6eb1d6cf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -79,7 +79,7 @@ jobs: CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address' runTestsParameters: --asan - timeoutInMinutes: 310 + timeoutInMinutes: 360 - template: azure/msan_job.yml parameters: configurationName: DEBUG_ZTS_MSAN -- cgit v1.2.1