Skip to content

Commit d145c21

Browse files
dkrizanclaude
andcommitted
fix: increase waitForRunningContainer timeout from 120s to 300s
The 120s timeout is too tight for CI runners, causing flaky E2E failures when the Spring Boot container takes longer to start. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4de2048 commit d145c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/e2e.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tasks.register('waitForRunningContainer', Task) {
7878
}
7979
}
8080
}
81-
timeout = Duration.ofSeconds(120)
81+
timeout = Duration.ofSeconds(300)
8282
}
8383

8484
tasks.register('installE2eDeps', Exec) {

0 commit comments

Comments
 (0)