Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyepianzhou committed Nov 23, 2022
1 parent d37df8a commit 4b67634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ public void transactionTimeoutTest() throws Exception {
Message<String> reReceiveMessage = consumer.receive(300, TimeUnit.MILLISECONDS);
assertNull(reReceiveMessage);

reReceiveMessage = consumer.receive(2, TimeUnit.SECONDS);
reReceiveMessage = consumer.receive(5, TimeUnit.SECONDS);

assertEquals(reReceiveMessage.getValue(), message.getValue());

Expand Down

0 comments on commit 4b67634

Please sign in to comment.