summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-07-18 22:02:07 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-07-20 10:58:57 +1200
commita3ac1bf450d2aa0c6b0b34fee417992b4352ff2c (patch)
treec28709d6df81c970e222f8c0e06c37c701629482 /.github/workflows/macos.yml
parentda0e8158c91a3e49fda3acc15c51a4339965289b (diff)
Add more timeouts to macos, mjit, ubuntu and windows workflows.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3329
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index afd0c88aa4..c58ae3af5a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -46,6 +46,7 @@ jobs:
working-directory: build
if: matrix.test_task == 'check'
- run: make $JOBS -s ${{ matrix.test_task }}
+ timeout-minutes: 30
working-directory: build
env:
RUBY_TESTOPTS: "-q --tty=no"