Skip to content

Commit 049109f

Browse files
authored
chore(e2e): Increase test timeout to 30m (#5987)
1 parent eaed321 commit 049109f

File tree

1 file changed

+1
-1
lines changed
  • enos/modules/test_e2e_docker

1 file changed

+1
-1
lines changed

enos/modules/test_e2e_docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ variable "ldap_group_name" {
221221
}
222222
variable "test_timeout" {
223223
type = string
224-
default = "25m"
224+
default = "30m"
225225
}
226226
variable "gcp_private_key_id" {
227227
description = "ID of the private key used to authenticate with GCP"

0 commit comments

Comments
 (0)