From 031d89ad3b64f3c703c4f1a5ed47c711ed114462 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 28 Oct 2024 14:13:32 -0700 Subject: [PATCH] adjust sleep time --- e2e_tests/common_scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/common_scripts.sh b/e2e_tests/common_scripts.sh index 2706bc1a..90d31603 100644 --- a/e2e_tests/common_scripts.sh +++ b/e2e_tests/common_scripts.sh @@ -9,7 +9,7 @@ log() { wait_for_healthz() { local healthz_url="$1" local timeout_seconds="${2:-30}" # Default timeout of 30 seconds - local sleep_between="${3:-1}" # Default sleep of 1 seconds + local sleep_between="${3:-5}" # Default sleep of 5 seconds local start_time=$(date +%s)