From 5e033fb491a29b93252aed1994835e900c428b5b Mon Sep 17 00:00:00 2001 From: Alex Chang Date: Tue, 8 Sep 2026 15:30:04 +0000 Subject: [PATCH] ci: allow 15 minutes for Ruby test jobs --- .github/workflows/ci-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 8b33528d0..9bd5cf5c7 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -98,7 +98,7 @@ jobs: run: bundle exec rake build:gem test-ruby: - timeout-minutes: 10 + timeout-minutes: 15 name: test (ruby ${{ matrix.ruby-version }}) permissions: contents: read