Skip to content

Commit

Permalink
Merge pull request quarkusio#31539 from gsmet/CreateProjectTest
Browse files Browse the repository at this point in the history
Higher timeout for CreateProjectTest#createMultipleTimes
  • Loading branch information
gsmet committed Mar 2, 2023
2 parents 1ebe711 + 70a9611 commit a74aa01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public void createOnTopOfExisting() throws Exception {
}

@Test
@Timeout(3)
@Timeout(6)
@DisplayName("Should create correctly multiple times in parallel with multiple threads")
void createMultipleTimes() throws InterruptedException {
final ExecutorService executorService = Executors.newFixedThreadPool(4);
Expand Down

0 comments on commit a74aa01

Please sign in to comment.