[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/CryptoTransien...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 2 06:17:38 EDT 2014
Author: rdw
Date: Wed Jul 2 06:17:38 2014
New Revision: 6203
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6203&view=rev
Log:
Relax timing constraint which seems to trip up windows tests
Modified:
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/CryptoTransientSAML1NameIdentifierGeneratorTest.java
Modified: trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/CryptoTransientSAML1NameIdentifierGeneratorTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/CryptoTransientSAML1NameIdentifierGeneratorTest.java?rev=6203&r1=6202&r2=6203&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/CryptoTransientSAML1NameIdentifierGeneratorTest.java (original)
+++ trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/CryptoTransientSAML1NameIdentifierGeneratorTest.java Wed Jul 2 06:17:38 2014
@@ -116,7 +116,7 @@
Assert.assertEquals(decode, rpc.getRelyingPartyId() + "!" + "jdoe");
- Thread.sleep(TIMEOUT);
+ Thread.sleep(TIMEOUT*2);
try {
sealer.unwrap(val);
Assert.fail("Timeout not set correctly");
More information about the commits
mailing list