Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <[email protected]>
  • Loading branch information
imRishN committed Jul 30, 2024
1 parent 326cc18 commit fad910e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public void testCollectTimedOutShards() {
executor.run();
assertEquals(100, testShardsBatchGatewayAllocator.getTimedOutReplicaShardIds().size());
}

public void testPrimaryAllocatorTimeout() {
// Valid setting with timeout = 20s
Settings build = Settings.builder().put(PRIMARY_BATCH_ALLOCATOR_TIMEOUT_SETTING_KEY, "20s").build();
Expand Down

0 comments on commit fad910e

Please sign in to comment.