From 2cbcf548ead81b1aaf5563e2da2e51ea8a14afbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agnieszka=20=C5=BBaba?= Date: Wed, 11 Dec 2024 17:14:35 +0100 Subject: [PATCH] change time for ubuntu --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf3bbd4ed..b1bd1f989 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,7 +126,7 @@ jobs: test-suite: "unit_tests/!(dynamics)" fail-fast: false runs-on: ${{ matrix.platform }} - timeout-minutes: ${{ startsWith(matrix.platform, 'windows-') && 35 || 25 }} + timeout-minutes: ${{ startsWith(matrix.platform, 'windows-') && 35 || 30 }} steps: - uses: actions/checkout@v4.1.6 with: