Skip to content

Commit

Permalink
chore: set 20 min timeout for ui-test/bench jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Mar 4, 2024
1 parent 210f157 commit 5ea2fd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
test-ui:
name: 'Test UI'
runs-on: macos-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
test-minified:
name: 'Test UI Minified'
runs-on: macos-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -195,6 +197,7 @@ jobs:
test-benchmark:
name: 'Test Benchmark'
runs-on: macos-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5ea2fd1

Please sign in to comment.