Commit f26713f9 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #19137 from gmarek/fix-test

Auto commit by PR queue bot
parents fab5fbde 9993f1d8
...@@ -75,9 +75,9 @@ var ( ...@@ -75,9 +75,9 @@ var (
// Limit the number of concurrent tests. // Limit the number of concurrent tests.
maxConcurrency int maxConcurrency int
longTestTimeout = time.Second * 300 longTestTimeout = time.Second * 500
maxTestTimeout = time.Minute * 10 maxTestTimeout = time.Minute * 15
) )
type delegateHandler struct { type delegateHandler struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment