Respond to comments and fix test

This commit is contained in:
Alex Dadgar
2016-03-15 20:21:52 -07:00
parent a71540a27a
commit a70820d7ca
9 changed files with 33 additions and 10 deletions

View File

@@ -10,4 +10,4 @@ go build -o $TEMPDIR/nomad || exit 1
# Run the tests
echo "--> Running tests"
go list ./... | grep -v '/vendor/' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=180s
go list ./... | grep -v '/vendor/' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=300s