Details
Description
When running mvn clean install on httpcore (with jdk7 or jdk8), two tests fail with I/O timeouts. The tests do not fail using jdk6u29.
Running org.apache.http.integration.TestSyncHttp
I/O error: Read timed out
I/O error: Read timed out
Tests run: 7, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 30.709 sec <<< FAILURE!
. . .
Tests in error:
testSimpleHttpPostsChunked(org.apache.http.integration.TestSyncHttp): Read timed out
testHttpContent(org.apache.http.integration.TestSyncHttp): Read timed out
Tests run: 551, Failures: 0, Errors: 2, Skipped: 0