We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8889c1e commit 5c604d3Copy full SHA for 5c604d3
master/custom/factories.py
@@ -247,6 +247,7 @@ class UnixAsanBuild(UnixBuild):
247
# SIGSEGV is ignored on purpose.
248
compile_environ = {'ASAN_OPTIONS': 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0'}
249
test_environ = {'ASAN_OPTIONS': 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0'}
250
+ test_timeout = 35 * 60 # 35 minutes
251
252
253
class UnixAsanDebugBuild(UnixAsanBuild):
0 commit comments