diff --git a/recipes/recipe_modules/bot_update/api.py b/recipes/recipe_modules/bot_update/api.py index e864b76d70..bc25ba1675 100644 --- a/recipes/recipe_modules/bot_update/api.py +++ b/recipes/recipe_modules/bot_update/api.py @@ -30,7 +30,7 @@ class BotUpdateApi(recipe_api.RecipeApi): # aborted. Otherwise, it would wait for global timeout to be reached. env = { 'GIT_HTTP_LOW_SPEED_LIMIT': '102400', # in bytes - 'GIT_HTTP_LOW_SPEED_TIME': 300, # in seconds + 'GIT_HTTP_LOW_SPEED_TIME': 1800, # in seconds } with self.m.context(env=env): with self.m.depot_tools.on_path(): diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json index c88f02adc0..a2b3463693 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json @@ -24,7 +24,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json index dd71d1e639..6a234d3f3f 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json @@ -24,7 +24,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/basic.json b/recipes/recipe_modules/bot_update/examples/full.expected/basic.json index 5e100af86e..5ca2353d9b 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/basic.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/basic.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json b/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json index 1512c6c863..c759f87d2e 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json @@ -23,7 +23,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json b/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json index b7a51f0df7..0be756e6d7 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json b/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json index 16a062b305..dc0942e381 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json @@ -21,7 +21,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -131,7 +131,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json b/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json index 7f7fefcf70..07aacc7d56 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json @@ -67,7 +67,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -140,7 +140,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json b/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json index adbe1cba2f..ee30b4f516 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json @@ -21,7 +21,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -131,7 +131,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json b/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json index 512c03a492..0a2fda4b4c 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json @@ -21,7 +21,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -131,7 +131,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json b/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json index 0ec3b73c77..cba81c0e78 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json @@ -20,7 +20,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -130,7 +130,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/multiple_patch_refs.json b/recipes/recipe_modules/bot_update/examples/full.expected/multiple_patch_refs.json index 86965de6ee..00f676db46 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/multiple_patch_refs.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/multiple_patch_refs.json @@ -24,7 +24,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -134,7 +134,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json index 1707a94e9b..4f6881440e 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -184,7 +184,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json index f4dbcef4de..b50d17d174 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json index 4ae839dc56..617866ffe9 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json index abf9f4728a..b524e15844 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_master.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_master.json index a797625870..d2ae7240bb 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_master.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_master.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/origin_master.json b/recipes/recipe_modules/bot_update/examples/full.expected/origin_master.json index f948f00d5d..b647a9b635 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/origin_master.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/origin_master.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/refs.json b/recipes/recipe_modules/bot_update/examples/full.expected/refs.json index be7b0103a6..9653ef0a1d 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/refs.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/refs.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -132,7 +132,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json b/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json index 4320041fd6..c76f9bd2b8 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json @@ -20,7 +20,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -130,7 +130,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json b/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json index 5e100af86e..5ca2353d9b 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json @@ -22,7 +22,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json b/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json index 8d66cc5dae..f46826ab6f 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json @@ -20,7 +20,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json index 7956831274..5a0e59ee2f 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json @@ -67,7 +67,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json index d87abdc915..271c8b007e 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json @@ -67,7 +67,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json index f15911bb7d..596b8a6136 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json @@ -67,7 +67,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json index 1707a94e9b..4f6881440e 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -184,7 +184,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json index 71be466a45..67b5ae3a6c 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -181,7 +181,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json index 4cf6cc21e4..aa85a3bcf1 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -181,7 +181,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json index b102ceb608..626c54f967 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -184,7 +184,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json index 6d82aea16a..f7e2e80b01 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -194,7 +194,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json index eae131846e..96117d9197 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -184,7 +184,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json index 85ee4f03c2..71d948fbca 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json @@ -69,7 +69,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -184,7 +184,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json b/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json index 308567ef70..400ae658a9 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json @@ -21,7 +21,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ @@ -131,7 +131,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [ diff --git a/recipes/recipes/fetch_end_to_end_test.expected/basic.json b/recipes/recipes/fetch_end_to_end_test.expected/basic.json index 9a4f932dd8..03af601a7f 100644 --- a/recipes/recipes/fetch_end_to_end_test.expected/basic.json +++ b/recipes/recipes/fetch_end_to_end_test.expected/basic.json @@ -19,7 +19,7 @@ ], "env": { "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "300" + "GIT_HTTP_LOW_SPEED_TIME": "1800" }, "env_suffixes": { "DEPOT_TOOLS_UPDATE": [