Increase PodReadyBeforeTimeout by 50%

This commit is contained in:
gmarek 2016-06-23 14:44:30 +02:00
parent 11fdfb50d5
commit 0d96eeea63

View File

@ -123,7 +123,7 @@ const (
NodeReadyInitialTimeout = 20 * time.Second
// How long pods have to be "ready" when a test begins.
PodReadyBeforeTimeout = 2 * time.Minute
PodReadyBeforeTimeout = 5 * time.Minute
// How long pods have to become scheduled onto nodes
podScheduledBeforeTimeout = PodListTimeout + (20 * time.Second)