Skip to content

Commit

Permalink
give small timeout to allow mount to come up
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Dec 21, 2021
1 parent 2c324b7 commit 9303747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/mount_start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ func validateStartWithMount(ctx context.Context, t *testing.T, profile string) {
if err != nil {
t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err)
}
// The mount takes a split second to come up, without this the validateMount test will fail
time.Sleep(1*time.Second)
}

// validateMount checks if the cluster has a folder mounted
Expand Down

0 comments on commit 9303747

Please sign in to comment.