Skip to content

Commit

Permalink
increase test timeout to 3 minutes in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pirosiki197 committed Jan 30, 2025
1 parent 6aab09a commit 0beeea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- uses: actions/setup-go@v5
- run: go mod download
- name: Run tests
run: go test ./... -v -timeout 60s
run: go test ./... -v -timeout 3m

0 comments on commit 0beeea5

Please sign in to comment.