[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
Tue Jul 5 12:26:22 EDT 2016


Author: scantor
Date: Tue Jul  5 12:26:22 2016
New Revision: 8278

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8278&view=rev
Log:
Bump timeout 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=8278&r1=8277&r2=8278&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	Tue Jul  5 12:26:22 2016
@@ -77,7 +77,7 @@
             } catch (NoSuchBeanDefinitionException e) {
                 trustEngine = null;
             }
-            authenticator.setTimeout(1600); // double timeout for Windows
+            authenticator.setTimeout(2400); // triple 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