[java-identity-provider] branch maint-3.4 updated: Add dither to timing delay
Rod Widdowson
rdw at steadingsoftware.com
Mon May 20 12:17:18 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=601e78d2462920885eee0f8d7f3fa2cd1b2a5e88
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 601e78d Add dither to timing delay
601e78d is described below
commit 601e78d2462920885eee0f8d7f3fa2cd1b2a5e88
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 20 17:16:20 2019 +0100
Add dither to timing delay
---
.../idp/authn/impl/StorageBackedAccountLockoutManagerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManagerTest.java b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManagerTest.java
index 92c3170..844b0bb 100644
--- a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManagerTest.java
+++ b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManagerTest.java
@@ -104,7 +104,7 @@ public class StorageBackedAccountLockoutManagerTest extends BaseAuthenticationCo
Assert.assertTrue(manager.check(prc));
Thread.sleep(4000);
Assert.assertTrue(manager.check(prc));
- Thread.sleep(1000);
+ Thread.sleep(1150);
Assert.assertFalse(manager.check(prc));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list