Add .bazelrc with flaky_test_attempts.

This commit is contained in:
Joe Finney
2017-01-20 11:05:01 -08:00
parent 093ceb9528
commit 0ddd036cd3
2 changed files with 7 additions and 1 deletions

6
.bazelrc Normal file
View File

@@ -0,0 +1,6 @@
# Show us information about failures.
build --verbose_failures
test --test_output=errors
# Retry tests up to 3 times if they fail.
test --flaky_test_attempts=3