Skip to content

Commit 2d7ada2

Browse files
committed
Increase timeout on asan job
Regularly runs against the 5:10 hour limit on master. Increase it to 6:00 hours.
1 parent 4fb8252 commit 2d7ada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
8080
LDFLAGS='-fsanitize=undefined,address'
8181
runTestsParameters: --asan
82-
timeoutInMinutes: 310
82+
timeoutInMinutes: 360
8383
- template: azure/msan_job.yml
8484
parameters:
8585
configurationName: DEBUG_ZTS_MSAN

0 commit comments

Comments
 (0)