Skip to content

Commit

Permalink
Removed the superfluous invocationCount 100 in RouterRequestThrottlin…
Browse files Browse the repository at this point in the history
…gTest.
  • Loading branch information
FelixGV committed Dec 21, 2024
1 parent fc43dfe commit 0e42d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private interface ScatterCall {
void run() throws RouterException;
}

@Test(timeOut = 30000, dataProvider = "multiGet_compute", invocationCount = 100)
@Test(timeOut = 30000, dataProvider = "multiGet_compute")
public void testMultiKeyThrottling(RequestType requestType) throws Exception {
// Allow 10 multi-key requests per second
int batchGetSize = 100;
Expand Down

0 comments on commit 0e42d47

Please sign in to comment.