From ae6fc64fb309062b223b3b89194a7a966ed763eb Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 30 Mar 2023 09:01:07 +0300 Subject: [PATCH] ci: bump the timeout to 181 minutes for the windows-msvc and windows-gcc jobs --- .github/workflows/windows_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 5ef22ae26d..7d1458a972 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -18,7 +18,7 @@ jobs: windows-gcc: runs-on: windows-2019 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 121 + timeout-minutes: 181 env: VFLAGS: -cc gcc VERBOSE_MAKE: 1 @@ -81,7 +81,7 @@ jobs: windows-msvc: runs-on: windows-2019 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 121 + timeout-minutes: 181 env: VFLAGS: -cc msvc VERBOSE_MAKE: 1