mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #19137 from gmarek/fix-test
Auto commit by PR queue bot
This commit is contained in:
commit
f26713f997
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user