Commit 4c8a8818 authored by dearblue's avatar dearblue

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.
parent 41e8b210
...@@ -95,7 +95,7 @@ jobs: ...@@ -95,7 +95,7 @@ jobs:
Windows-Cygwin: Windows-Cygwin:
runs-on: windows-latest runs-on: windows-latest
timeout-minutes: 10 timeout-minutes: 15
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true ACTIONS_ALLOW_UNSECURE_COMMANDS: true
MRUBY_CONFIG: ci/gcc-clang MRUBY_CONFIG: ci/gcc-clang
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment