diff options
Diffstat (limited to '.github/workflows/mingw.yml')
| -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 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' |
