From 420383cd5380a7496c5845493c46a4d0ffa05054 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 15 Mar 2017 12:05:44 -0400 Subject: [PATCH] set GOMAXPROCS to 4 in travis The travis containers have 2 cores, up the GOMAXPROCS to 4 to give the runtime a little more flexibility with our tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a88a87a0..88c853d68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: - 1.8 env: - - CONSUL_VERSION=0.7.5 TF_CONSUL_TEST=1 + - CONSUL_VERSION=0.7.5 TF_CONSUL_TEST=1 GOMAXPROCS=4 # Fetch consul for the backend and provider tests before_install: