Merge pull request #19137 from gmarek/fix-test

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-15 20:38:24 -08:00

View File

@@ -75,9 +75,9 @@ var (
// Limit the number of concurrent tests.
maxConcurrency int
longTestTimeout = time.Second * 300
longTestTimeout = time.Second * 500
maxTestTimeout = time.Minute * 10
maxTestTimeout = time.Minute * 15
)
type delegateHandler struct {