Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1776)

Unified Diff: appengine/findit/waterfall/test/wf_testcase.py

Issue 2258373002: [Findit] Move configurable parameters in try_job_util.py to config (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}
« no previous file with comments | « appengine/findit/waterfall/test/waterfall_config_test.py ('k') | appengine/findit/waterfall/try_job_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698