Skip to content

Commit

Permalink
Try to reproduce failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed May 23, 2024
1 parent b031609 commit 284ebcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void testWithConfiguredMaxBootThreads() throws Exception {
*/
@Test
public void testWithoutConfiguredMaxBootThreads() throws Exception {
for (int i = 0; i < 100; i++) {
for (int i = 0; i < 1000; i++) {
container.start();
try {
addDeploymentScanner(modelControllerClient, 1000, false, true);
Expand Down

0 comments on commit 284ebcb

Please sign in to comment.