You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently recommended apt-spy2 for CI environments, to ensure apt-get install does not fail, ever. The usecase is just to find a working mirror, quickly.
Trying it out, i noticed that apt-spy2 check stalls for about 2 minutes because a single mirror in the list is unreachable. Some of our CI runs complete in less time, so it would be cool if one could speed up apt-spy2 check. In my opinion, the best way to do so would be a custom timeout - set it to 3s and you get a working mirror almost immediately.
Edit: this probably applies to all other subcommands as well.
The text was updated successfully, but these errors were encountered:
- fixes ruby 3+ errors (uncovered with 0.7.2 release)
- sets explicit ruby version dependency in Gemfile
- adds test more coverage
- e2e test of the tool
- fixes timeout issues (10 second timeout) #42
I recently recommended apt-spy2 for CI environments, to ensure
apt-get install
does not fail, ever. The usecase is just to find a working mirror, quickly.Trying it out, i noticed that
apt-spy2 check
stalls for about 2 minutes because a single mirror in the list is unreachable. Some of our CI runs complete in less time, so it would be cool if one could speed upapt-spy2 check
. In my opinion, the best way to do so would be a custom timeout - set it to 3s and you get a working mirror almost immediately.Edit: this probably applies to all other subcommands as well.
The text was updated successfully, but these errors were encountered: