From d6664fd75a80ea4cbe9d96f7e1c4328a3e2e0c6d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 24 Mar 2025 14:19:59 +0200 Subject: [PATCH] ci: reduce false positives for slow runs of the gcc-windows job --- .github/workflows/windows_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 385c9a7d13..14b81470cf 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -26,7 +26,7 @@ concurrency: jobs: gcc-windows: runs-on: windows-2019 - timeout-minutes: 60 + timeout-minutes: 90 env: VFLAGS: -cc gcc steps: