Skip to content

Commit

Permalink
Increased timeout of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet authored and losipiuk committed Aug 31, 2022
1 parent 1de9316 commit 1b585ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -v -race -timeout 1m ./...
- run: go test -v -race -timeout 2m ./...

0 comments on commit 1b585ba

Please sign in to comment.