mirror of https://github.com/k3s-io/k3s
Attempt to fix 'pod never started running' by increasing timeouts in integration tests
parent
c36226bc39
commit
9993f1d881
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue