Skip to content

Commit

Permalink
Set TIMEOUT_SEC=480
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Jun 1, 2024
1 parent 060cb2e commit a09d098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- run: bundle exec rake VERBOSE=1
env:
TIMEOUT_SEC: 180
TIMEOUT_SEC: 480

- run: rake build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- run: bundle exec rake VERBOSE=1
env:
TIMEOUT_SEC: 180
TIMEOUT_SEC: 480

- run: rake build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pycall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
- run: bundle exec rake VERBOSE=1
env:
PYTHON: python
TIMEOUT_SEC: 180
TIMEOUT_SEC: 480
continue-on-error: ${{ matrix.python == '2.x' }}

0 comments on commit a09d098

Please sign in to comment.