Skip to content

Commit 10faf6c

Browse files
committed
Set 2 minute timeout for 'Go Test' Github action
1 parent 8efd0bd commit 10faf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
1717
- name: Test
18-
run: go test ./...
18+
run: go test ./... -timeout=120s

0 commit comments

Comments
 (0)