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:
parent
ccedd48ca0
commit
2efd36474e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user