| 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 9c94e5c44bdf25345e4d3332f9be1431dee2fb14..1af17b16b37567d4cea54c9ac692eb8acd484827 100644
|
| --- a/appengine/findit/waterfall/test/wf_testcase.py
|
| +++ b/appengine/findit/waterfall/test/wf_testcase.py
|
| @@ -75,7 +75,8 @@ _DEFAULT_TRY_BOT_MAPPING = {
|
| _DEFAULT_TRY_JOB_SETTINGS = {
|
| 'server_query_interval_seconds': 60,
|
| 'job_timeout_hours': 5,
|
| - 'allowed_response_error_times': 5
|
| + 'allowed_response_error_times': 5,
|
| + 'max_seconds_look_back_for_group': 86400
|
| }
|
|
|
|
|
|
|