1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-22 05:29:14 -04:00

increase test timeout to 30m

This commit is contained in:
Shelikhoo
2025-07-03 17:46:24 +01:00
parent ccedd48ca0
commit 2efd36474e

View File

@@ -47,7 +47,7 @@ jobs:
run: |
export PATH=$(go env GOPATH)/bin:${PATH}
go install -v github.com/ory/go-acc@latest
go-acc --covermode=atomic -o=coverage.txt ./...
go-acc -timeout=30m --covermode=atomic -o=coverage.txt ./...
shell: bash
- name: Upload codecov