Skip to content

Commit

Permalink
Adjust default e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 27, 2020
1 parent 5f403cb commit 622493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
Poll = 2 * time.Second

// DefaultTimeout time to wait for operations to complete
DefaultTimeout = 90 * time.Second
DefaultTimeout = 180 * time.Second
)

func nowStamp() string {
Expand Down

0 comments on commit 622493d

Please sign in to comment.