[java-identity-provider] branch master updated: Add dither to timing delay
Rod Widdowson
rdw at steadingsoftware.com
Mon May 20 12:19:56 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2e744a2722aae058af1a0c47424e195074ce4a52
The following commit(s) were added to refs/heads/master by this push:
new 2e744a2 Add dither to timing delay
2e744a2 is described below
commit 2e744a2722aae058af1a0c47424e195074ce4a52
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 3c14ee8..665567a 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
@@ -105,7 +105,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