We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8cb81 commit 70a9611Copy full SHA for 70a9611
integration-tests/devtools/src/test/java/io/quarkus/devtools/commands/CreateProjectTest.java
@@ -231,7 +231,7 @@ public void createOnTopOfExisting() throws Exception {
231
}
232
233
@Test
234
- @Timeout(3)
+ @Timeout(6)
235
@DisplayName("Should create correctly multiple times in parallel with multiple threads")
236
void createMultipleTimes() throws InterruptedException {
237
final ExecutorService executorService = Executors.newFixedThreadPool(4);
0 commit comments