From 5dd77e132fa218091841167b72153cfcea78bc11 Mon Sep 17 00:00:00 2001 From: Pierre Souchay Date: Tue, 20 Feb 2018 02:14:58 +0100 Subject: [PATCH] Improve travis parameters to avoid flacky tests, use -p 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 951ac35852..454c7233a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ branches: - master script: - - GOTEST_FLAGS="-p 4 -parallel 1" make test + - GOTEST_FLAGS="-p 3 -parallel 1" make test sudo: false