Skip to content

Commit

Permalink
inc to 300s
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Oct 20, 2024
1 parent bd1a88b commit 3df0618
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ export class KubeClient extends Client {
await this.runCommand([
"wait",
"--for=condition=Ready",
"--timeout=240s",
// wait for 5 mins in case we need to spin a new vm
"--timeout=300s",
`Pod/${name}`,
]);

Expand Down Expand Up @@ -577,7 +578,8 @@ export class KubeClient extends Client {
await this.runCommand([
"wait",
"--for=condition=Ready",
"--timeout=240s",
// wait for 5 mins in case we need to spin a new vm
"--timeout=300s",
"Pod/fileserver",
]);
await this.waitPodReady("fileserver");
Expand Down

0 comments on commit 3df0618

Please sign in to comment.