Skip to content

Commit

Permalink
[#2333] Improvement: extend the timeout value for QuorumTest#case6
Browse files Browse the repository at this point in the history
  • Loading branch information
cchung100m committed Jan 21, 2025
1 parent 3b45f35 commit 4d356f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public void case1() throws Exception {
registerShuffleServer(testAppId, 3, 2, 2, true);
Roaring64NavigableMap blockIdBitmap = Roaring64NavigableMap.bitmapOf();

// only 1 server is timout, the block sending should success
// only 1 server is timeout, the block sending should success
enableTimeout((MockedShuffleServer) grpcShuffleServers.get(2), 500);

// report result should success
Expand Down Expand Up @@ -719,7 +719,7 @@ public void case6() throws Exception {
expectedData,
Lists.newArrayList(shuffleServerInfo2, shuffleServerInfo3, shuffleServerInfo4));

// server 0,1,2 are ok, server 3,4 are timout
// server 0,1,2 are ok, server 3,4 are timeout
enableTimeout((MockedShuffleServer) grpcShuffleServers.get(3), 2000);
enableTimeout((MockedShuffleServer) grpcShuffleServers.get(4), 2000);

Expand Down

0 comments on commit 4d356f7

Please sign in to comment.