Skip to content

Commit a09d098

Browse files
committed
Set TIMEOUT_SEC=480
1 parent 060cb2e commit a09d098

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- run: bundle exec rake VERBOSE=1
7575
env:
76-
TIMEOUT_SEC: 180
76+
TIMEOUT_SEC: 480
7777

7878
- run: rake build
7979

.github/workflows/nmatrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- run: bundle exec rake VERBOSE=1
6868
env:
69-
TIMEOUT_SEC: 180
69+
TIMEOUT_SEC: 480
7070

7171
- run: rake build
7272

.github/workflows/pycall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
- run: bundle exec rake VERBOSE=1
8787
env:
8888
PYTHON: python
89-
TIMEOUT_SEC: 180
89+
TIMEOUT_SEC: 480
9090
continue-on-error: ${{ matrix.python == '2.x' }}

0 commit comments

Comments
 (0)