From 4f824922283969502db05c9d10a0d55d5aa8d686 Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Thu, 14 May 2026 02:05:14 +0300 Subject: [PATCH] fix(ci): increase integration-tests timeout --- .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 d8125411..b7ed4f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: integration-tests: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 90 # TODO: Apply CI cache to speed this up steps: - uses: actions/checkout@v5 with: