ok that was too verbose

pull/7700/head
Sharif Elgamal 2020-04-16 10:59:39 -07:00
parent ac792e2bd2
commit 2ca3ceadb9
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ func validateMultiNode(ctx context.Context, t *testing.T, profile string) {
}
// Add a node to the current cluster
addArgs := []string{"node", "add", "-p", profile, "-v", "10", "--alsologtostderr"}
addArgs := []string{"node", "add", "-p", profile, "-v", "3", "--alsologtostderr"}
rr, err := Run(t, exec.CommandContext(ctx, Target(), addArgs...))
if err != nil {
t.Fatalf("failed to add node to current cluster. args %q : %v", rr.Command(), err)