From 6422c956337bed1e22403da4dd79c713ecfe6bc6 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Mon, 21 Oct 2019 21:48:33 +0200 Subject: 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. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.1