Merge pull request #20134 from vishh/18704

Increase initial delay for liveness probe test pod from 15s to 30s.
pull/6/head
Fabio Yeon 2016-01-28 13:48:55 -08:00
commit 95f0861502
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ var _ = Describe("Pods", func() {
Port: intstr.FromInt(8080),
},
},
InitialDelaySeconds: 15,
InitialDelaySeconds: 30,
FailureThreshold: 1,
},
},