From 568074f37062d0c63c393f0c511ba6e71fe9171f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9=20=D0=91=D0=B5?= =?UTF-8?q?=D0=BB=D0=BE=D0=BD=D0=BE=D0=B3=D0=BE=D0=B2?= Date: Mon, 26 Jan 2026 10:07:13 +0300 Subject: [PATCH] refactor(ci): increase job timeout --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4792332f..01386c7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ env: jobs: tests-unit: runs-on: ubuntu-20.04-self-hosted - timeout-minutes: 20 + timeout-minutes: 40 steps: - uses: actions/checkout@v6 @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: tarantool-version: [ "2.11.8-ubuntu20.04", "3.0.1-old" ] - timeout-minutes: 15 + timeout-minutes: 40 steps: - uses: actions/checkout@v6 @@ -128,7 +128,7 @@ jobs: fail-fast: false matrix: tarantool-version: [ "2.11.8-ubuntu20.04", "3.0.1-old" ] - timeout-minutes: 25 + timeout-minutes: 40 steps: - uses: actions/checkout@v6