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

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

Issue 2526963002: [Findit] Implement retry within swarming_util.py when making server calls (Closed)
Patch Set: Addressing comments Rebase Created 4 years 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/waterfall_config_test.py
diff --git a/appengine/findit/waterfall/test/waterfall_config_test.py b/appengine/findit/waterfall/test/waterfall_config_test.py
index b92aa5599a75ca00ab91f8b63996342893eaf3ec..032e1422d53d577f2cd9fa3874c9734a0e15700e 100644
--- a/appengine/findit/waterfall/test/waterfall_config_test.py
+++ b/appengine/findit/waterfall/test/waterfall_config_test.py
@@ -100,7 +100,10 @@ class MastersTest(wf_testcase.WaterfallTestCase):
'isolated_storage_url': 'isolateserver.storage.googleapis.com',
'iterations_to_rerun': 10,
'get_swarming_task_id_timeout_seconds': 300,
- 'get_swarming_task_id_wait_seconds': 10
+ 'get_swarming_task_id_wait_seconds': 10,
+ 'server_retry_timeout_hours': 2,
+ 'maximum_server_contact_retry_interval_seconds': 5 * 60,
+ 'should_retry_server': False,
},
waterfall_config.GetSwarmingSettings())

Powered by Google App Engine
This is Rietveld 408576698