Skip to content

Commit ef03a72

Browse files
committed
Wait a bit longer
1 parent 01cbcae commit ef03a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resilience_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func TestResiliencePod(t *testing.T) {
118118
}
119119
return nil
120120
}
121-
if err := retry.Retry(op, time.Minute); err != nil {
121+
if err := retry.Retry(op, time.Minute*2); err != nil {
122122
t.Fatalf("Pod did not restart: %v", err)
123123
}
124124
// Now that the Pod has been replaced, check that the PVC has NOT been replaced (if any)

0 commit comments

Comments
 (0)