Skip to content

Commit

Permalink
increase connection timeout and retries to improve reliability of tes…
Browse files Browse the repository at this point in the history
…t-build-system ci workflow
  • Loading branch information
busticated committed Apr 26, 2022
1 parent 8dd75b0 commit aa8a309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ commands:
- run:
name: "Install `prtcl` CLI (ubuntu)"
command: |
printf 'Acquire::http::Timeout "30";\nAcquire::ftp::Timeout "30";\nAcquire::Retries "5";\n' | sudo tee /etc/apt/apt.conf.d/99timeout > /dev/null
sudo apt-get update -q
sudo apt-get install -qy zlib1g-dev jq
sudo curl https://prtcl.s3.amazonaws.com/install-apt.sh | sh
Expand Down

0 comments on commit aa8a309

Please sign in to comment.