summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2019-10-21 21:48:33 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-10-22 11:12:39 +0200
commit6422c956337bed1e22403da4dd79c713ecfe6bc6 (patch)
tree65412a57e346cfc1a282553238acb3233663171d /azure-pipelines.yml
parentc9df44cab424034e4858d5fb2ead0f8bfbc87561 (diff)
downloadphp-git-6422c956337bed1e22403da4dd79c713ecfe6bc6.tar.gz
Add a run with opcache to the coverage job
Some tests are not run when OPcache is not available. This should make the results more accurate.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 83925636f9..688d36c148 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -86,3 +86,4 @@ jobs:
parameters:
configurationName: COVERAGE_DEBUG_ZTS
configurationParameters: '--enable-debug --disable-maintainer-zts'
+ timeoutInMinutes: 90