From 81a306928c1b943f3d1336fb32f0cd3b6acbb063 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 16 Aug 2026 10:03:28 +0300 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11987880..77e73d98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: rspec: name: RSpec runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 15 container: image: ruby:4.0.5-alpine