Skip to content
Snippets Groups Projects
Commit d739ece6 authored by David G. Quintas's avatar David G. Quintas
Browse files

Merge pull request #3086 from ctiller/radio-ga-ga

Increase msan timeout also
parents 43813806 4a71ce26
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,7 @@ _CONFIGS = { ...@@ -358,7 +358,7 @@ _CONFIGS = {
'opt': SimpleConfig('opt'), 'opt': SimpleConfig('opt'),
'tsan': SimpleConfig('tsan', timeout_seconds=10*60, environ={ 'tsan': SimpleConfig('tsan', timeout_seconds=10*60, environ={
'TSAN_OPTIONS': 'suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1'}), 'TSAN_OPTIONS': 'suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1'}),
'msan': SimpleConfig('msan'), 'msan': SimpleConfig('msan', timeout_seconds=7*60),
'ubsan': SimpleConfig('ubsan'), 'ubsan': SimpleConfig('ubsan'),
'asan': SimpleConfig('asan', timeout_seconds=7*60, environ={ 'asan': SimpleConfig('asan', timeout_seconds=7*60, environ={
'ASAN_OPTIONS': 'detect_leaks=1:color=always:suppressions=tools/tsan_suppressions.txt', 'ASAN_OPTIONS': 'detect_leaks=1:color=always:suppressions=tools/tsan_suppressions.txt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment