From a4309506048a801a8951555caf4113af080e9628 Mon Sep 17 00:00:00 2001 From: Jakub Arnold Date: Sat, 21 Oct 2023 00:14:40 +0200 Subject: [PATCH] Extend max CI time because windows --- .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 3495afe..18eb9a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] # os: [ubuntu-latest] runs-on: ${{ matrix.os }} - timeout-minutes: 15 + timeout-minutes: 25 steps: - uses: actions/checkout@v3