[java-shib-attribute] branch main updated: Even More JSSH-71 debugging

Codeberg noreply at shibboleth.net
Thu Jul 30 12:53:41 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/b0f9ae2b92d07c80358bf05c62b00d9aa60b5040

The following commit(s) were added to refs/heads/main by this push:
     new b0f9ae2b9 Even More JSSH-71 debugging
b0f9ae2b9 is described below

commit b0f9ae2b92d07c80358bf05c62b00d9aa60b5040
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 30 13:55:07 2026 +0100

    Even More JSSH-71 debugging
---
 .../idp/attribute/resolver/spring/AttributeResolverTest.java           | 3 ++-
 1 file changed, 2 insertions(+), 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 0401b5216..ef3719775 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
@@ -128,9 +128,10 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
      * @throws InterruptedException 
      */
     @AfterClass public void teardownDataConnectors() throws InterruptedException {
+        tearDownTestContext();
         if (directoryServer != null) {
             if (directoryServer.openConnectionCount() > 0) {
-                Thread.sleep(120);
+                Thread.sleep(200);
             }
             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