Skip to content

Commit

Permalink
Higher timeout for CreateProjectTest#createMultipleTimes
Browse files Browse the repository at this point in the history
I doubt it will fix the issues we are seeing but let's try that first.

AFAICS, it's always JDK 17 failing for whatever reason.
  • Loading branch information
gsmet committed Mar 2, 2023
1 parent 0b8cb81 commit 70a9611
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 70a9611

Please sign in to comment.