From 4c8a8818eceda75f43e53340057a3f708e8b7e1b Mon Sep 17 00:00:00 2001 From: dearblue Date: Thu, 30 Dec 2021 22:58:41 +0900 Subject: Extend the Cygwin CI time limit to 15 minutes. The main reason for failure is to exceed the time limit, and even when it succeeds, there is less than a minute left. The 10-minute time limit seems to be too short. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbdd35fba..bf963ff0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: Windows-Cygwin: runs-on: windows-latest - timeout-minutes: 10 + timeout-minutes: 15 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true MRUBY_CONFIG: ci/gcc-clang -- cgit v1.2.3