From: Nikita Popov Date: Fri, 28 Jun 2019 15:47:55 +0000 (+0200) Subject: Increase timeout of asan job on master X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=796dc564e2aac61b1584ecbb9e8ab3641c26de42;p=php Increase timeout of asan job on master This will additionally be testing the JIT and 120 is cutting it close for that. --- 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