From 78152975cd9f87fa34c91c8480ae1552d3756738 Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Wed, 20 Dec 2017 16:07:37 +0000 Subject: Try and run 2 jobs in parallel to use both virtual cores of AppVeyor's VM, and get under the one hour time limit. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b25b7ff..cedf8e0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,4 +22,4 @@ install: build: off test_script: - - cmd: python runtest.py -a || if %errorlevel% == 2 then exit 0 else exit 1 \ No newline at end of file + - cmd: python runtest.py -a -j 2 || if %errorlevel% == 2 then exit 0 else exit 1 \ No newline at end of file -- cgit v0.12