[java-identity-provider COMMIT] /trunk/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyAu...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Jul 9 18:15:05 EDT 2016
Author: tzeller
Date: Sat Jul 9 18:15:05 2016
New Revision: 8291
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8291&view=rev
Log:
Bump timeout again since tests keep failing.
Modified:
trunk/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyAuthenticatorTest.java
Modified: trunk/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyAuthenticatorTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyAuthenticatorTest.java?rev=8291&r1=8290&r2=8291&view=diff
==============================================================================
--- trunk/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyAuthenticatorTest.java (original)
+++ trunk/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyAuthenticatorTest.java Sat Jul 9 18:15:05 2016
@@ -77,7 +77,7 @@
} catch (NoSuchBeanDefinitionException e) {
trustEngine = null;
}
- authenticator.setTimeout(2400); // triple timeout for Windows
+ authenticator.setTimeout(5000); // 5s timeout for Windows
authenticator.authenticate(new URI("https://localhost:8443/?pgtId=A&pgtIOU=B"), trustEngine);
if (expected != null) {
fail("Proxy authentication should have failed with " + expected);
More information about the commits
mailing list