Skip to content

Commit

Permalink
test/e2e: lengthen timeout for waiting for a Pod to be ready in write…
Browse files Browse the repository at this point in the history
…TestData

Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
  • Loading branch information
ushitora-anqou committed Nov 27, 2024
1 parent fe5400f commit bb930ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/singlek8s/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func writeTestData(namespace, pvc string, data []byte) error {
return err
}

_, _, err := kubectl("wait", "--for=condition=Ready", "pod", podName, "-n", namespace, "--timeout=1m")
_, _, err := kubectl("wait", "--for=condition=Ready", "pod", podName, "-n", namespace, "--timeout=5m")
if err != nil {
return fmt.Errorf("kubectl wait pod failed. err: %w", err)
}
Expand Down

0 comments on commit bb930ea

Please sign in to comment.