Commit 7200ec5
authored
fix: increase embedding benchmark worker timeout to 30 min (#877)
The 20-minute timeout was too short for CPU-only GitHub Actions runners.
Each model needs ~17-20 min for embedding 6k+ symbols, leaving no
headroom for the search queries that follow. All 3 model workers were
being SIGKILL'd, producing empty results and failing the report update.1 parent addcc62 commit 7200ec5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments