Skip to content

Commit

Permalink
ci: increase timeout for browser tests [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 14, 2023
1 parent c1dbcb4 commit ac04717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -108,7 +108,7 @@ jobs:
matrix:
browser: [[chrome, chromium], [firefox, firefox], [edge, webkit]]

timeout-minutes: 10
timeout-minutes: 30

env:
BROWSER: ${{ matrix.browser[0] }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
matrix:
browser: [[chrome, chromium], [edge, webkit]]

timeout-minutes: 10
timeout-minutes: 30

env:
BROWSER: ${{ matrix.browser[0] }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

test-browser-safari:
runs-on: macos-latest
timeout-minutes: 10
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ac04717

Please sign in to comment.