Skip to content

Commit 5c604d3

Browse files
authored
Increase UNIX ASAN timeout from 20 to 35 minutes (#590)
1 parent 8889c1e commit 5c604d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

master/custom/factories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ class UnixAsanBuild(UnixBuild):
247247
# SIGSEGV is ignored on purpose.
248248
compile_environ = {'ASAN_OPTIONS': 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0'}
249249
test_environ = {'ASAN_OPTIONS': 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0'}
250+
test_timeout = 35 * 60 # 35 minutes
250251

251252

252253
class UnixAsanDebugBuild(UnixAsanBuild):

0 commit comments

Comments
 (0)