Skip to content

Commit

Permalink
Increase Minikube ingress addon enabling timeout (#881)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Sep 24, 2020
1 parent 6ff5534 commit 03fb8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/platforms/minikube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class MinikubeTasks {
}

async enableIngressAddon() {
await execa('minikube', ['addons', 'enable', 'ingress'], { timeout: 18000 })
await execa('minikube', ['addons', 'enable', 'ingress'], { timeout: 60000 })
}

async getMinikubeIP(): Promise<string> {
Expand Down

0 comments on commit 03fb8ab

Please sign in to comment.