| Index: appengine/findit/waterfall/test/wf_testcase.py
|
| diff --git a/appengine/findit/waterfall/test/wf_testcase.py b/appengine/findit/waterfall/test/wf_testcase.py
|
| index 7f984a59a609b8af10eead465e64691ab0c36ece..39996c869d50767c8d6fb62d81d60f57b6c1eb30 100644
|
| --- a/appengine/findit/waterfall/test/wf_testcase.py
|
| +++ b/appengine/findit/waterfall/test/wf_testcase.py
|
| @@ -112,7 +112,8 @@ _DEFAULT_CHECK_FLAKE_SETTINGS = {
|
| 'upper_flake_threshold': 0.98,
|
| 'max_flake_in_a_row': 4,
|
| 'max_stable_in_a_row': 4,
|
| - 'iterations_to_rerun': 100
|
| + 'iterations_to_rerun': 100,
|
| + 'max_build_numbers_to_look_back': 1000
|
| }
|
|
|
|
|
|
|