From 57f3a2c595049be97a1230b4f962f3bddea3e281 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 14 May 2021 10:09:02 +0200 Subject: [PATCH] Travis: decrease Windows itest parallelism The Windows virtual machine that Travis runs the integration tests on seems to be slower than the other machines. We try to increase the stability of the tests by cutting the number of parallel running suites in half. This will come at the cost of longer execution time but hopefully with a better stability in return. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d8bd27e..97b895da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,9 @@ jobs: - name: Btcd Integration Windows script: - - make itest-parallel windows=1 + # The windows VM seems to be slower than the other Travis VMs. We only + # run 2 test suites in parallel instead of the default 4. + - make itest-parallel windows=1 ITEST_PARALLELISM=2 os: windows before_install: - choco upgrade --no-progress -y make netcat curl findutils