From 8deaf698450ac99849365e5c192f37afbcdb4b69 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Thu, 16 Apr 2020 11:51:09 -0700 Subject: [PATCH] wait all --- test/integration/pause_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/pause_test.go b/test/integration/pause_test.go index bba33ee0bb..6f949a87dd 100644 --- a/test/integration/pause_test.go +++ b/test/integration/pause_test.go @@ -56,7 +56,7 @@ func TestPause(t *testing.T) { } func validateFreshStart(ctx context.Context, t *testing.T, profile string) { - args := append([]string{"start", "-p", profile, "--memory=1800", "--install-addons=false", "--wait=true"}, StartArgs()...) + args := append([]string{"start", "-p", profile, "--memory=1800", "--install-addons=false", "--wait=all"}, StartArgs()...) rr, err := Run(t, exec.CommandContext(ctx, Target(), args...)) if err != nil { t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err)