Skip to content

Commit e82736d

Browse files
committed
ci(cpp): job 超时 15→30 分钟——vcpkg 重装+新增测试逼近原预算
1 parent 8b72e34 commit e82736d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-sdk-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ env:
1616
jobs:
1717
test:
1818
runs-on: ubuntu-latest
19-
timeout-minutes: 15
19+
# vcpkg 依赖安装 + 全量编译 + 585 测试 + 覆盖率:常态 ~10-14 分钟,
20+
# 新增依赖(zlib)触发 manifest 重装时逼近 15 分钟,留足余量。
21+
timeout-minutes: 30
2022
steps:
2123
- uses: actions/checkout@v7
2224

0 commit comments

Comments
 (0)