Skip to content

Commit a74aa01

Browse files
authored
Merge pull request #31539 from gsmet/CreateProjectTest
Higher timeout for CreateProjectTest#createMultipleTimes
2 parents 1ebe711 + 70a9611 commit a74aa01

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)