From 849c7415b5ee42a2a56be62404bf9fb07a5a630d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 30 Jul 2020 09:54:51 +0200 Subject: Increase timeout on asan job We now also run tests with function JIT here, which makes this slower. Probably, this job should be split up into asan and ubsan, and possibly run with optimization. [ci skip] --- 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 f8af8e4db4..8b46650860 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: 210 + timeoutInMinutes: 240 - template: azure/msan_job.yml parameters: configurationName: DEBUG_ZTS_MSAN -- cgit v1.2.1