From b1dbc14499bda6fb510a676e33ae08fe81d59cba Mon Sep 17 00:00:00 2001 From: Juanadelacuesta <8647634+Juanadelacuesta@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:16:00 +0100 Subject: [PATCH] func: make the csi_plugin health timeout a little longer help the test run better locally --- .../modules/run_workloads/jobs/plugin-nfs-controllers.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/run_workloads/jobs/plugin-nfs-controllers.nomad.hcl b/enos/modules/run_workloads/jobs/plugin-nfs-controllers.nomad.hcl index a4919cd60..bc525d668 100644 --- a/enos/modules/run_workloads/jobs/plugin-nfs-controllers.nomad.hcl +++ b/enos/modules/run_workloads/jobs/plugin-nfs-controllers.nomad.hcl @@ -32,7 +32,7 @@ job "nfs-controller" { # the NFS workload is launched in parallel and can take a long time to # start up - health_timeout = "2m" + health_timeout = "4m" } template {