We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efd0bd commit 10faf6cCopy full SHA for 10faf6c
.github/workflows/test.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Checkout code
16
uses: actions/checkout@v3
17
- name: Test
18
- run: go test ./...
+ run: go test ./... -timeout=120s
0 commit comments