Skip to content

Commit b332888

Browse files
committed
Polish the code
1 parent 1b9c36d commit b332888

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/src/test/java/org/apache/rocketmq/test/grpc/v2/GrpcBaseIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ public class GrpcBaseIT extends BaseConf {
135135
protected static final int DEFAULT_QUEUE_NUMS = 8;
136136

137137
public void setUp() throws Exception {
138-
brokerController1.getBrokerConfig().setTransactionCheckInterval(3 * 1000);
139-
brokerController2.getBrokerConfig().setTransactionCheckInterval(3 * 1000);
140-
brokerController3.getBrokerConfig().setTransactionCheckInterval(3 * 1000);
138+
brokerController1.getBrokerConfig().setTransactionCheckInterval(1 * 1000);
139+
brokerController2.getBrokerConfig().setTransactionCheckInterval(1 * 1000);
140+
brokerController3.getBrokerConfig().setTransactionCheckInterval(1 * 1000);
141141

142142
header.put(GrpcConstants.CLIENT_ID, "client-id" + UUID.randomUUID());
143143
header.put(GrpcConstants.LANGUAGE, "JAVA");

0 commit comments

Comments
 (0)