Skip to content

Commit

Permalink
ci: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jan 31, 2025
1 parent 87d0ef5 commit 09430e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Run tests
run: FILTER=${{matrix.filter}} MYSQL_USE_TLS=${{ matrix.use-tls }} MYSQL_USE_COMPRESSION=${{ matrix.use-compression }} npm run test
timeout-minutes: 5
timeout-minutes: 10

tests-linux-bun:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
MYSQL_USE_TLS: ${{ matrix.use-tls }}
FILTER: test-select-1|test-select-ssl
run: bun run test:bun
timeout-minutes: 1
timeout-minutes: 10

tests-linux-deno-v1:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
MYSQL_USE_COMPRESSION: ${{ matrix.use-compression }}
MYSQL_USE_TLS: ${{ matrix.use-tls }}
run: deno task test:deno -- --denoCjs='.js,.cjs'
timeout-minutes: 5
timeout-minutes: 10

tests-linux-deno-v2:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -216,4 +216,4 @@ jobs:
MYSQL_USE_COMPRESSION: ${{ matrix.use-compression }}
MYSQL_USE_TLS: ${{ matrix.use-tls }}
run: deno task test:deno
timeout-minutes: 5
timeout-minutes: 10

0 comments on commit 09430e0

Please sign in to comment.