Adjust e2e timeouts
This commit is contained in:
parent
21ca21c580
commit
39db937da5
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Poll how often to poll for conditions
|
// Poll how often to poll for conditions
|
||||||
Poll = 1 * time.Second
|
Poll = 2 * time.Second
|
||||||
|
|
||||||
// DefaultTimeout time to wait for operations to complete
|
// DefaultTimeout time to wait for operations to complete
|
||||||
DefaultTimeout = 180 * time.Second
|
DefaultTimeout = 5 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
func nowStamp() string {
|
func nowStamp() string {
|
||||||
|
|
Loading…
Reference in a new issue