Skip to content

Commit 70a9611

Browse files
committed
Higher timeout for CreateProjectTest#createMultipleTimes
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.
1 parent 0b8cb81 commit 70a9611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/devtools/src/test/java/io/quarkus/devtools/commands/CreateProjectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void createOnTopOfExisting() throws Exception {
231231
}
232232

233233
@Test
234-
@Timeout(3)
234+
@Timeout(6)
235235
@DisplayName("Should create correctly multiple times in parallel with multiple threads")
236236
void createMultipleTimes() throws InterruptedException {
237237
final ExecutorService executorService = Executors.newFixedThreadPool(4);

0 commit comments

Comments
 (0)