mirror of https://github.com/status-im/consul.git
Improve travis parameters to avoid flacky tests, use -p 3
This commit is contained in:
parent
0861b8b1f9
commit
5dd77e132f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue