From 4158993a4d616d0f156fb8669b7a5da6b75cd3fd Mon Sep 17 00:00:00 2001 From: Michael Li Date: Wed, 6 Mar 2024 17:23:31 -0500 Subject: [PATCH] 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. --- enos/modules/test_e2e_docker/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/test_e2e_docker/main.tf b/enos/modules/test_e2e_docker/main.tf index eed71c2bf2..59d3b62303 100644 --- a/enos/modules/test_e2e_docker/main.tf +++ b/enos/modules/test_e2e_docker/main.tf @@ -230,7 +230,7 @@ variable "ldap_group_name" { } variable "test_timeout" { type = string - default = "20m" + default = "25m" } resource "enos_local_exec" "get_go_version" {