Skip to content

Commit 9303747

Browse files
committed
give small timeout to allow mount to come up
1 parent 2c324b7 commit 9303747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/mount_start_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ func validateStartWithMount(ctx context.Context, t *testing.T, profile string) {
9999
if err != nil {
100100
t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err)
101101
}
102+
// The mount takes a split second to come up, without this the validateMount test will fail
103+
time.Sleep(1*time.Second)
102104
}
103105

104106
// validateMount checks if the cluster has a folder mounted

0 commit comments

Comments
 (0)