Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jan 20, 2025
1 parent 66dfb72 commit 9c95da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testHandleCommand() throws Exception {
msg.add(rpcRequestCommand2);
RpcCommandHandler rpcCommandHandler = new RpcCommandHandler(new RpcCommandFactory());
rpcCommandHandler.handleCommand(remotingContext, msg);
boolean result = countDownLatch.await(10, TimeUnit.SECONDS);
boolean result = countDownLatch.await(15, TimeUnit.SECONDS);
Assert.assertTrue(result);
Assert.assertEquals(2, remotingContextList.size());
Assert.assertTrue(remotingContextList.get(0).getTimeout() != remotingContextList.get(1).getTimeout());
Expand Down

0 comments on commit 9c95da0

Please sign in to comment.