You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2022/02/24 17:49:49 UTC

[qpid-protonj2] branch main updated: PROTON-2507 Fix test issue that can lead to CI failure

This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new c78787c  PROTON-2507 Fix test issue that can lead to CI failure
c78787c is described below

commit c78787c0283db0a189a2c8ddcb568d33ef0ec779
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Thu Feb 24 12:47:39 2022 -0500

    PROTON-2507 Fix test issue that can lead to CI failure
---
 .../java/org/apache/qpid/protonj2/client/impl/TransactionsTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/TransactionsTest.java b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/TransactionsTest.java
index 8534735..3ad4c97 100644
--- a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/TransactionsTest.java
+++ b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/TransactionsTest.java
@@ -169,7 +169,7 @@ public class TransactionsTest extends ImperativeClientTestCase {
             peer.expectCoordinatorAttach().respond();
             peer.remoteFlow().withLinkCredit(2).queue();
             peer.expectDeclare();
-            peer.expectDetach().respond().afterDelay(5);
+            peer.expectDetach().respond();
             peer.start();
 
             URI remoteURI = peer.getServerURI();

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org