Skip to content

Commit

Permalink
Increase test timeouts for valgrind memcheck configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed May 12, 2017
1 parent 4e3873c commit c316bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bazel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ test:memcheck --run_under=//tools:valgrind
test:memcheck --test_lang_filters=-sh,-py
# Slowdown factor can range from 5-100.
# See http://valgrind.org/info/about.html
test:memcheck --test_timeout=300,1500,5400,18000
test:memcheck --test_timeout=600,3000,10800,36000 # 10x

# Fast memcheck.
#
Expand All @@ -195,4 +195,4 @@ test:fastmemcheck --run_under=//tools:valgrind
test:fastmemcheck --test_lang_filters=-sh,-py
# Slowdown factor can range from 5-100.
# See http://valgrind.org/info/about.html
test:fastmemcheck --test_timeout=300,1500,5400,18000
test:fastmemcheck --test_timeout=600,3000,10800,36000 # 10x

0 comments on commit c316bef

Please sign in to comment.