We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cbcae commit ef03a72Copy full SHA for ef03a72
tests/resilience_test.go
@@ -118,7 +118,7 @@ func TestResiliencePod(t *testing.T) {
118
}
119
return nil
120
121
- if err := retry.Retry(op, time.Minute); err != nil {
+ if err := retry.Retry(op, time.Minute*2); err != nil {
122
t.Fatalf("Pod did not restart: %v", err)
123
124
// Now that the Pod has been replaced, check that the PVC has NOT been replaced (if any)
0 commit comments