Skip to content

Commit

Permalink
Update SpecFilterTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Nov 8, 2024
1 parent b2a5fe1 commit 6a8c9db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ public void setUp() throws IOException {
openAPI = getOpenAPI(RESOURCE_PATH);
}

// @Param({"10", "100", "1000"})
@Param({"10"})
@Param({"10", "100", "1000", "5000", "10000"})
private int numThreads;

@Test(description = "it should clone everything concurrently")
Expand Down

0 comments on commit 6a8c9db

Please sign in to comment.