summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-29 10:31:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-29 10:32:52 +0900
commit96648c509353bb5972bb3a4866ab38e0143e9886 (patch)
treeedd1907488ba33beb1da3635299e9e0de74dc4d6 /.github/workflows/mingw.yml
parent3e743d31473686a0365e60b3f233707ef58625fe (diff)
Mitigate the timeout of tests [ci skip]
* The worker timeouts seem working for test-all. * The bundled gems have increased.
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 83056f4411..27e8c3b9f0 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -118,7 +118,7 @@ jobs:
make test
- name: test-all
- timeout-minutes: 30
+ timeout-minutes: 40
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup
$PSDefaultParameterValues['*:Encoding'] = 'utf8'