Skip to content

Commit ae1364c

Browse files
committed
Increase timeout on ubsan/asan job
This one occasionally runs for more than 2:30 hours.
1 parent 56d30bb commit ae1364c

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
@@ -69,7 +69,7 @@ jobs:
6969
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
7070
LDFLAGS='-fsanitize=undefined,address'
7171
runTestsParameters: --asan
72-
timeoutInMinutes: 150
72+
timeoutInMinutes: 180
7373
- template: azure/msan_job.yml
7474
parameters:
7575
configurationName: DEBUG_ZTS_MSAN

0 commit comments

Comments
 (0)