From 796dc564e2aac61b1584ecbb9e8ab3641c26de42 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 28 Jun 2019 17:47:55 +0200 Subject: Increase timeout of asan job on master This will additionally be testing the JIT and 120 is cutting it close for that. --- 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 28c3ba37dc..7f03f3f9ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,4 +63,4 @@ jobs: CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address' runTestsParameters: --asan - timeoutInMinutes: 120 + timeoutInMinutes: 150 -- cgit v1.2.1