Commit 51c1f8fe authored by Stefan Behnel's avatar Stefan Behnel

Reduce number of test shards on appveyor to see if that speeds up the overall test time.

parent 6343286d
......@@ -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 -j7"
- "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j4"
artifacts:
- path: dist\*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment