Skip to content

Commit

Permalink
build(ci): increment workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Aug 8, 2023
1 parent 6798c24 commit 9fa6a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GolangCI:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

Unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 30
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 9fa6a8e

Please sign in to comment.