diff --git a/master/custom/factories.py b/master/custom/factories.py index 8b8916d2..9a8b528b 100644 --- a/master/custom/factories.py +++ b/master/custom/factories.py @@ -247,6 +247,7 @@ class UnixAsanBuild(UnixBuild): # SIGSEGV is ignored on purpose. compile_environ = {'ASAN_OPTIONS': 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0'} test_environ = {'ASAN_OPTIONS': 'detect_leaks=0:allocator_may_return_null=1:handle_segv=0'} + test_timeout = 35 * 60 # 35 minutes class UnixAsanDebugBuild(UnixAsanBuild):