summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-25 13:31:08 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-25 13:31:08 +0200
commit71b4285a304b2af9bb67319b28f5e9b045dc5df9 (patch)
tree88870c78bc66148b89f63e337cd3dd8f75ba38fe
parente11c32582edcd56cb4a961078403e7b9a51371d3 (diff)
downloadcython-71b4285a304b2af9bb67319b28f5e9b045dc5df9.tar.gz
Increase number of test shards again as 4 instead of 7 made it a bit slower. So let's try 5.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ae5d20901..0e3c1eb48 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -74,7 +74,7 @@ test: off
test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od"
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j4"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j5"
artifacts:
- path: dist\*