Skip to content

Commit

Permalink
try to reduce burden on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Berman committed Jan 18, 2025
1 parent 23aac59 commit 208ab60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public void testManyClientsMatchmakeAcrossInstances(int clientsToDeploy, VertxTe

@ParameterizedTest()
@Timeout(value = 210, timeUnit = TimeUnit.SECONDS)
@ValueSource(ints = {60})
@ValueSource(ints = {32})
public void testManyClientsMatchmakeAcrossClusteredInstances(int clientsToDeploy, VertxTestContext testContext) {
testManyClientsMatchmakeAcrossInstances(testContext, 2, clientsToDeploy);
}
Expand Down

0 comments on commit 208ab60

Please sign in to comment.