Skip to content

Commit

Permalink
CI: Up the timeout limit
Browse files Browse the repository at this point in the history
Co-authored-by: mattip <[email protected]>
  • Loading branch information
HaoZeke and mattip committed Feb 20, 2024
1 parent f4a50fa commit 7141448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.12", "pypy-3.8", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 30
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: ["windows-latest"]
python-version: ["3.7"]
timeout-minutes: 30
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7141448

Please sign in to comment.