Skip to content

Commit

Permalink
Minor: bump CI test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Sep 16, 2024
1 parent f17963e commit 00eea10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: ${{ matrix.arch-label }} Debian 12 Go ${{ matrix.go }}
needs: docker-targets
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 15
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
docker-cgo-python:
name: AMD64 Debian 12 Go ${{ matrix.go }} - CGO Python
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
windows:
name: AMD64 Windows 2019 Go ${{ matrix.go }}
runs-on: windows-2019
timeout-minutes: 15
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand All @@ -277,7 +277,7 @@ jobs:
windows-mingw:
name: AMD64 Windows MinGW ${{ matrix.mingw-n-bits }} CGO
runs-on: windows-2019
timeout-minutes: 15
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
build-test-386:
name: Cross-build and test for 386
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -356,7 +356,7 @@ jobs:
runs-on: ubuntu-latest
env:
TINYGO_VERSION: 0.33.0
timeout-minutes: 15
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 00eea10

Please sign in to comment.