Skip to content

Commit

Permalink
chore(ci) increase Valgrind and build tests timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 1, 2023
1 parent c9529b8 commit 89d1d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
valgrind:
name: 'Valgrind'
runs-on: ${{ matrix.os }}
timeout-minutes: 100
timeout-minutes: 120
#if: ${{ false }}
env:
NGX_BUILD_NOPOOL: 1
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
build:
name: 'Test builds'
runs-on: ${{ matrix.os }}
timeout-minutes: 25
timeout-minutes: 45
#if: ${{ false }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 89d1d0d

Please sign in to comment.