From 18fbaeeda5a6528fffa4e50e67750e689ac7f835 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Thu, 30 Dec 2021 14:38:58 +0200 Subject: [PATCH] Attempt to avoid timeouts --- .github/workflows/windows-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index ac7f60e33bc..dc5fd77c560 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -37,7 +37,7 @@ jobs: env: CHUNK_COUNT: "${{ matrix.count }}" CHUNK_NUMBER: "${{ matrix.chunk }}" - PARALLEL_PROCESSES: 5 + PARALLEL_PROCESSES: 4 steps: - name: Set git to use LF