Skip to content

Commit

Permalink
Update AbstractSubscriptionDualIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed May 21, 2024
1 parent b3a3554 commit 5027698
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public void setUp() {
receiverEnv.getConfig().getCommonConfig().setPipeAirGapReceiverEnabled(true);

// 10 min, assert that the operations will not time out
senderEnv.getConfig().getConfigNodeConfig().setConnectionTimeoutMs(600000);
receiverEnv.getConfig().getConfigNodeConfig().setConnectionTimeoutMs(600000);
senderEnv.getConfig().getCommonConfig().setCnConnectionTimeoutMs(600000);
receiverEnv.getConfig().getCommonConfig().setCnConnectionTimeoutMs(600000);

senderEnv.initClusterEnvironment();
receiverEnv.initClusterEnvironment();
Expand Down

0 comments on commit 5027698

Please sign in to comment.