Commit 01069d9
committed
ci: bump build-and-test timeout 15m -> 30m
Track 2 has been timing out on every push since the ANTLR Postgres
parser + vector support landed. The job now has to pull the larger
pgvector/pgvector:pg16 image (used by the shared Testcontainers
fixture for vector E2E tests), install cargo-tarpaulin, build the
full .NET solution, run the Sync test matrix end-to-end against
real Postgres + SQLite testcontainers, and finally run the Rust
tarpaulin coverage pass — none of which fits in the original 15
minute budget. Recent runs (81dbd35 -> 876e616) all hit the cap and
were killed mid-Sync.Core. 30 minutes restores headroom and matches
the existing 20m budget on the LQL Extension Tests track.1 parent 876e616 commit 01069d9
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
0 commit comments