File tree Expand file tree Collapse file tree
test/src/test/java/org/apache/rocketmq/test/grpc/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments