Skip to content

Commit

Permalink
Add Retries to config (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Bonnie <dbbonnie@amazon.com>

Co-authored-by: Emerson Knapp <537409+emersonknapp@users.noreply.github.com>
  • Loading branch information
dabonnie and emersonknapp authored Sep 1, 2020
1 parent 92a93e0 commit f88610b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colcon_bundle/installer/apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def setup(self): # noqa: D102
apt.apt_pkg.config.set('Acquire::BrokenProxy', 'true')
apt.apt_pkg.config.set('Acquire::http::Pipeline-Depth', '0')
apt.apt_pkg.config.set('Acquire::http::No-Cache', 'true')
apt.apt_pkg.config.set('Acquire::http::Retries', '3')

if self.allow_insecure:
apt.apt_pkg.config.set(
Expand Down

0 comments on commit f88610b

Please sign in to comment.