Skip to content

Commit f9462fe

Browse files
committed
Increase timeout on sanitizer job
This is starting to hit the limit. Let it run for 3:30 hours.
1 parent f37138d commit f9462fe

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: 180
72+
timeoutInMinutes: 210
7373
- template: azure/msan_job.yml
7474
parameters:
7575
configurationName: DEBUG_ZTS_MSAN

0 commit comments

Comments
 (0)