Merge pull request #12227 from spowelljr/increaseStoppedBinaryTimeout

test: Increase time waiting for `minikube stop` to complete
pull/12259/head
Medya Ghazizadeh 2021-08-13 12:44:51 -07:00 committed by GitHub
commit e51c5b1c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func TestScheduledStopUnix(t *testing.T) {
}
// wait for stop to complete
time.Sleep(15 * time.Second)
time.Sleep(25 * time.Second)
// make sure minikube timetoStop is not present
ensureTimeToStopNotPresent(ctx, t, profile)
// make sure minikube status is "Stopped"