From 72b324963758458cf2febfcb92dd55b38bd56399 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 26 Jan 2018 15:11:47 +0100 Subject: [PATCH] Less CPU, maybe this will not fail --- circle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 1ef0251f..c9a283d8 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,6 @@ machine: timezone: Europe/Paris environment: OMR_PATH: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/$CIRCLE_BRANCH - CPUS: $(grep -c processor /proc/cpuinfo) dependencies: override: @@ -11,8 +10,8 @@ dependencies: compile: override: - - sh build.sh -j$CPUS : - timeout: 7200 + - sh build.sh -j6 : + timeout: 14400 test: override: