Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 'too many connection resets' error that may occur during ci tests
by lowering POST timeouts to 1. From Net::HTTP::Persistent history.txt: "Reducing the idle timeout is preferred over setting #retry_change_requests to true if you wish to avoid the "too many connection resets" error when POSTing data."
- Loading branch information