Skip to content

Commit

Permalink
Smaller param.
Browse files Browse the repository at this point in the history
Otherwise we'll kill the CI. Or, we should disable it.
  • Loading branch information
khatchad committed Feb 21, 2024
1 parent e45db45 commit d825e35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ public void setUp() throws IOException {
openAPI = getOpenAPI(RESOURCE_PATH);
}

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

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

0 comments on commit d825e35

Please sign in to comment.