diff options
| author | dearblue <[email protected]> | 2021-12-30 22:58:41 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2021-12-30 22:58:41 +0900 |
| commit | 4c8a8818eceda75f43e53340057a3f708e8b7e1b (patch) | |
| tree | cbca84d07cb0333c1b294649dc2d68ffa2b7b3d3 | |
| parent | 41e8b210b82fc5a0bc6f0b2989b34e0391fac2ae (diff) | |
| download | mruby-4c8a8818eceda75f43e53340057a3f708e8b7e1b.tar.gz mruby-4c8a8818eceda75f43e53340057a3f708e8b7e1b.zip | |
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.
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
