summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-28 17:47:55 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-28 17:47:55 +0200
commit796dc564e2aac61b1584ecbb9e8ab3641c26de42 (patch)
tree21dcb942075496e795b9c8de8945f5feaa19f51e /azure-pipelines.yml
parent8f0729cb65cb8af5da678d363eae0ee134ca3b8d (diff)
downloadphp-git-796dc564e2aac61b1584ecbb9e8ab3641c26de42.tar.gz
Increase timeout of asan job on master
This will additionally be testing the JIT and 120 is cutting it close for that.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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