Skip to content

Commit f33e793

Browse files
committed
Increase test timeout
1 parent ef6eaca commit f33e793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Test
23-
run: go test ./... -coverprofile cover.out
23+
run: go test ./... -coverprofile cover.out -timeout 30m
2424
env:
2525
CGO_ENABLED: 0
2626
GO111MODULE: on

0 commit comments

Comments
 (0)