From: Nikita Popov Date: Tue, 22 Oct 2019 09:13:02 +0000 (+0200) Subject: Merge branch 'PHP-7.4' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1faea28cdd3677e47a0951367571bf51866105fd;p=php Merge branch 'PHP-7.4' * PHP-7.4: Add a run with opcache to the coverage job --- 1faea28cdd3677e47a0951367571bf51866105fd diff --cc azure-pipelines.yml index 7b36b7da4c,688d36c148..b59550766d --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@@ -85,4 -85,5 +85,5 @@@ jobs - template: azure/coverage_job.yml parameters: configurationName: COVERAGE_DEBUG_ZTS - configurationParameters: '--enable-debug --disable-maintainer-zts' + configurationParameters: '--enable-debug --disable-zts' + timeoutInMinutes: 90