set default test maxprocs back to 4

This commit is contained in:
risk danger olson 2016-07-15 15:07:56 -06:00
parent 519b5f69b9
commit 3a3f0e14f5
2 changed files with 0 additions and 6 deletions

@ -10,7 +10,6 @@ os:
env:
global:
- GIT_LFS_TEST_DIR="$HOME/git-lfs-tests"
- GIT_LFS_TEST_MAXPROCS=1
- GIT_SOURCE_REPO="https://github.com/git/git.git"
- GIT_SOURCE_BRANCH="master"

@ -30,11 +30,6 @@ func mainIntegration() {
setBash()
if runtime.GOOS == "darwin" {
// set default maxprocs to 1 because of osxkeychain issues
maxprocs = 1
}
if max, _ := strconv.Atoi(os.Getenv("GIT_LFS_TEST_MAXPROCS")); max > 0 {
maxprocs = max
}