[java-shib-shared] branch main updated: More leeway in test timeout
Ian Young
ian at iay.org.uk
Thu Feb 23 10:54:16 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=4d7f24eaaf87d12dbcbd774977e4a36936f2a5d1
The following commit(s) were added to refs/heads/main by this push:
new 4d7f24ea More leeway in test timeout
4d7f24ea is described below
commit 4d7f24eaaf87d12dbcbd774977e4a36936f2a5d1
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Feb 23 10:53:48 2023 +0000
More leeway in test timeout
---
.../shibboleth/shared/spring/httpclient/resource/HTTPResourceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-networking-spring/src/test/java/net/shibboleth/shared/spring/httpclient/resource/HTTPResourceTest.java b/shib-networking-spring/src/test/java/net/shibboleth/shared/spring/httpclient/resource/HTTPResourceTest.java
index 4c4731c9..11f2060c 100644
--- a/shib-networking-spring/src/test/java/net/shibboleth/shared/spring/httpclient/resource/HTTPResourceTest.java
+++ b/shib-networking-spring/src/test/java/net/shibboleth/shared/spring/httpclient/resource/HTTPResourceTest.java
@@ -232,7 +232,7 @@ public class HTTPResourceTest {
}
}
- @Test(timeOut = 2000) public void testCloseResponse() {
+ @Test(timeOut = 5000) public void testCloseResponse() {
// See IDP-969. This test will timeout if the response is not closed.
try (final PoolingHttpClientConnectionManager connMgr = new PoolingHttpClientConnectionManager()) {
final HTTPResource notExistsResource = new HTTPResource(client, nonExistsURL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list