Skip to content

Commit

Permalink
Make 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad authored Dec 12, 2024
1 parent da21e5a commit ba53b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/e2e/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "null_resource" "validator" {
provisioner "local-exec" {
command = <<-EOT
echo "Validating K8s resources and metrics"
go test -timeout 30m -v ${var.test_dir} \
go test -timeout 2h -v ${var.test_dir} \
-region=${var.region} \
-k8s_version=${var.k8s_version} \
-eksClusterName=${aws_eks_cluster.this.name} \
Expand Down

0 comments on commit ba53b14

Please sign in to comment.