Skip to content

Commit

Permalink
update github action test timeout to 5min
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Mar 24, 2021
1 parent e7902e1 commit d375a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
# https://github.com/actions/setup-go
- name: Use Go ${{ matrix.go_version }}
timeout-minutes: 3
timeout-minutes: 5
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go_version }}
Expand Down

0 comments on commit d375a15

Please sign in to comment.