From 05f88feb4c76e0e7decb10b08bebb1a8985e986a Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 26 Dec 2025 20:33:38 +0900 Subject: [PATCH] increase timeout-minutes to 45 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6dc9b75b13..dc5ce974e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: RUST_BACKTRACE: full name: Run rust tests runs-on: ${{ matrix.os }} - timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 35 }} + timeout-minutes: 45 strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest]