Skip to content

Commit ad4f879

Browse files
committed
Use test timeout
1 parent f303edb commit ad4f879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/RecoveryClusterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void clusterRestart() {
126126
LOGGER.info("Rebalancing over.");
127127

128128
waitAtMost(
129+
TIMEOUT,
129130
() -> connection.state() == OPEN,
130131
() -> format("Test connection state is %s, expecting %s", connection.state(), OPEN));
131132
LOGGER.info("Test connection has recovered");

0 commit comments

Comments
 (0)