chore(e2e): Bump timeout to 25m (#4489)

There have been a few instances where the e2e tests runtime hit this limit. For now, we will update the timeout to make things pass more regularly. There will also be some additional activity to reorganize the e2e tests as runtime has become too long.
pull/4496/head
Michael Li 2 years ago committed by GitHub
parent 9eb608feeb
commit 4158993a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -230,7 +230,7 @@ variable "ldap_group_name" {
}
variable "test_timeout" {
type = string
default = "20m"
default = "25m"
}
resource "enos_local_exec" "get_go_version" {

Loading…
Cancel
Save