Adjust default e2e timeout
This commit is contained in:
parent
51691d4776
commit
40738fc6f8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const (
|
||||||
Poll = 2 * time.Second
|
Poll = 2 * time.Second
|
||||||
|
|
||||||
// DefaultTimeout time to wait for operations to complete
|
// DefaultTimeout time to wait for operations to complete
|
||||||
DefaultTimeout = 90 * time.Second
|
DefaultTimeout = 180 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
func nowStamp() string {
|
func nowStamp() string {
|
||||||
|
|
Loading…
Reference in a new issue