Skip to content

Commit 849c741

Browse files
committed
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]
1 parent e8c4ae8 commit 849c741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
7070
LDFLAGS='-fsanitize=undefined,address'
7171
runTestsParameters: --asan
72-
timeoutInMinutes: 210
72+
timeoutInMinutes: 240
7373
- template: azure/msan_job.yml
7474
parameters:
7575
configurationName: DEBUG_ZTS_MSAN

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
6060
# Work around PHP 8 incompatibility in Doctrine
6161
sed -i 's/function query()/function query(...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
62-
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
62+
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
6363
sed -i 's/public function getMessage();//' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
6464
php vendor/bin/phpunit
6565
displayName: 'Test Laravel'

0 commit comments

Comments
 (0)