Skip to content

Commit

Permalink
give windows more time
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Apr 19, 2024
1 parent d3b1bd0 commit 950b988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:

jobs:
"CI":
env:
GO111MODULE: on
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -46,7 +44,7 @@ jobs:
CGO_ENABLED: 1

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 1m
timeout: 5m

issues:
exclude-dirs:
Expand Down

0 comments on commit 950b988

Please sign in to comment.