diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-02 15:05:39 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-02 15:05:44 -0800 |
| commit | 490efd673292ef00f2ad9129b894f117a3425040 (patch) | |
| tree | 51c5e9868d4403b0ea1fa379eb5b74ecc637238c | |
| parent | 7b9aeaffcb5b3850771a1d7b257a71a750d9359a (diff) | |
Increase timeout for MinGW make test
Apparently it's too short for MinGW
https://github.com/ruby/ruby/actions/runs/4317938324/jobs/7535630842
| -rw-r--r-- | .github/workflows/mingw.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 3ae7723c51..e1b430a66b 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -127,7 +127,7 @@ jobs: make DESTDIR=../install install-nodoc - name: test - timeout-minutes: 5 + timeout-minutes: 10 run: | make test if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}} |
