From 1e081b79ed6d24864cec1216a9b7bbe3c8a329e6 Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Mon, 22 Jun 2015 01:05:37 -0400 Subject: [PATCH] Revert "Run parallel tests on win64 appveyor again" This reverts commit 993adea02a7fc9a59b193c079b91defff94bdb54. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0b79a3d967ed7..2066b61f37e24 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,8 @@ environment: matrix: - ARCH: "i686" - ARCH: "x86_64" + JULIA_CPU_CORES: 1 +# Run win64 tests in serial for now to avoid #7942 causing timeouts # Only build on master and PR's for now, not personal branches # Whether or not PR's get built is determined in the webhook settings