Skip to content

Commit

Permalink
Fix Windows CI failed, because timeout is 15 mintues, Windows action …
Browse files Browse the repository at this point in the history
…killed because timeout.
  • Loading branch information
manateelazycat committed Jul 27, 2023
1 parent 8b760af commit ac36a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
timeout-minutes: 360
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
with:
name: test-log
path: test.log
retention-days: 3
retention-days: 3

0 comments on commit ac36a81

Please sign in to comment.