mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 00:31:00 +00:00
e2e: test containers projected volume updates should not exit
The mounttest container should be running until the test determines to give up (i.e., time out) and kill it. It should not exit prematurely by itself. Bump the `--retry-timeout` to a much higher value.
This commit is contained in:
parent
d65a8ac95c
commit
b158125dad
@ -1517,7 +1517,7 @@ func projectedDownwardAPIVolumePodForUpdateTest(name string, labels, annotations
|
||||
{
|
||||
Name: "client-container",
|
||||
Image: mountImage,
|
||||
Command: []string{"/mounttest", "--break_on_expected_content=false", "--retry_time=120", "--file_content_in_loop=" + filePath},
|
||||
Command: []string{"/mounttest", "--break_on_expected_content=false", "--retry_time=1200", "--file_content_in_loop=" + filePath},
|
||||
VolumeMounts: []v1.VolumeMount{
|
||||
{
|
||||
Name: "podinfo",
|
||||
|
Loading…
Reference in New Issue
Block a user