Increase initial delay for liveness probe test pod from 15s to 30s.

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan 2016-01-25 17:11:26 -08:00
parent 02e6f56b65
commit 1521435fad

View File

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