From de4e706cc11c01f17d1d3fb96c1bfd51b4f4cf54 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sun, 1 Sep 2024 12:46:09 -0600 Subject: [PATCH] ci: give more time for pods to ready Signed-off-by: vsoch --- .github/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test.sh b/.github/test.sh index 2b8b1e6..e30cad5 100755 --- a/.github/test.sh +++ b/.github/test.sh @@ -55,7 +55,7 @@ default_job_pod=$(kubectl get pods --selector=job-name=default-job -o json | jq echo echo "Fluence job pod is ${fluence_job_pod}" echo "Default job pod is ${default_job_pod}" -sleep 10 +sleep 30 # Shared function to check output function check_output {