From b22b3f03f46cb3c4e3e6fb55d23ae7fccaa19359 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 6 Sep 2020 19:01:48 +1200 Subject: [PATCH] Increase timeout for GitHub Actions. --- .github/workflows/macos.yml | 2 +- .github/workflows/mingw.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e5917db88b..79264fd97c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,7 +46,7 @@ jobs: working-directory: build if: matrix.test_task == 'check' - run: make $JOBS -s ${{ matrix.test_task }} - timeout-minutes: 30 + timeout-minutes: 60 working-directory: build env: RUBY_TESTOPTS: "-q --tty=no" diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 95abd3300d..9726c69cd8 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -107,7 +107,7 @@ jobs: make test - name: test-all - timeout-minutes: 50 + timeout-minutes: 60 working-directory: build run: | # Actions uses UTF8, causes test failures, similar to normal OS setup