Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extending keyserver timeout to make alpine build more forgiving (#3520)
* Extending keyserver timeout to make alpine build more forgiving Right now, about 10% of alpine linux x64 builds fail due to timeouts when requesting keys from the keyserver. The hope is that these timeouts are just temporary slowness due to server load, and that an extended timeout is the correct fix. Also includes removing a line of code duplication. If our problem is indeed caused by server load, then halving the number of server requests can only improve matters. Signed-off-by: Adam Farley <[email protected]>
- Loading branch information