[java-shib-attribute] branch main updated: Turn up the delay waiting for LDAP connections to go away.
Codeberg
noreply at shibboleth.net
Mon Jul 27 10:07:56 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/d88d3f2b04cf90e7b2f91907072613f9238c655f
The following commit(s) were added to refs/heads/main by this push:
new d88d3f2b0 Turn up the delay waiting for LDAP connections to go away.
d88d3f2b0 is described below
commit d88d3f2b04cf90e7b2f91907072613f9238c655f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 27 11:06:25 2026 +0100
Turn up the delay waiting for LDAP connections to go away.
---
.../shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
index 234202345..7ba9e5314 100644
--- a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
+++ b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
@@ -130,7 +130,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
@AfterClass public void teardownDataConnectors() throws InterruptedException {
if (directoryServer != null) {
if (directoryServer.openConnectionCount() > 0) {
- Thread.sleep(100);
+ Thread.sleep(120);
}
assert directoryServer != null;
assertEquals(directoryServer.openConnectionCount(), 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list