From 830d385dc779ad1c27f69813e4569de665ddb0d5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 10 Dec 2024 19:55:36 +0900 Subject: [PATCH] Set timeout to 3min --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 462c5b9..19a15b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,8 @@ jobs: bundler-cache: true - name: Run test run: bundle exec rake test + timeout-minutes: 3 + continue-on-error: ${{ startsWith(matrix.ruby, 'jruby') }} - name: Build package id: build shell: bash