Commit 6b138a7
ci: increase timeout and optimize docker-compose startup for integration tests
- Add 20-minute wait timeout to prevent CI/CD failures during image builds
- Enable Docker Buildx for improved layer caching
- Add explicit service dependencies (db → yaci-cli/yaci-indexer → api)
- Optimize API healthcheck: 10s interval, 40 retries, 60s start period
- Ensure proper service orchestration in integration test environment
Fixes intermittent timeout issues in GitHub Actions where Maven builds
and Docker image creation exceed default 10-minute timeout.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4d0e214 commit 6b138a7
File tree
3 files changed
+16
-5
lines changed- .github/workflows
3 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
0 commit comments