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