1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -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
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

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