From 849c7415b5ee42a2a56be62404bf9fb07a5a630d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 30 Jul 2020 09:54:51 +0200 Subject: Increase timeout on asan job We now also run tests with function JIT here, which makes this slower. Probably, this job should be split up into asan and ubsan, and possibly run with optimization. [ci skip] --- azure/community_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/community_job.yml') diff --git a/azure/community_job.yml b/azure/community_job.yml index 450eb1cfc4..e7b99cd374 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -59,7 +59,7 @@ jobs: sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php # Work around PHP 8 incompatibility in Doctrine sed -i 's/function query()/function query(...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php - sed -i 's/function setFetchMode($fetchMode, $arg2 = null, $arg3 = null)/setFetchMode($fetchMode, $arg2 = null, $arg3 = null, ...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php + sed -i 's/function setFetchMode($fetchMode, $arg2 = null, $arg3 = null)/function setFetchMode($fetchMode, $arg2 = null, $arg3 = null, ...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php sed -i 's/public function getMessage();//' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php php vendor/bin/phpunit displayName: 'Test Laravel' -- cgit v1.2.1