From 757568efdfe39429e20edfedf3e888cdf8b7df3e Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Mon, 2 Sep 2024 12:54:47 +0530 Subject: [PATCH] testing-Pre-compiled end-to-end gpu driver validation Signed-off-by: shiva kumar --- tests/scripts/remote_retry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/remote_retry.sh b/tests/scripts/remote_retry.sh index 983892d1..a3207f98 100755 --- a/tests/scripts/remote_retry.sh +++ b/tests/scripts/remote_retry.sh @@ -23,7 +23,7 @@ while [ $SECONDS_ELAPSED -lt $AWS_SYSTEM_ONLINE_CHECK_TIMEOUT ]; do # Attempt to connect via SSH and ignore errors status=0 ( - ssh -o ConnectTimeout=5 -i ${private_key} ${instance_hostname} "exit" + ssh -o ConnectTimeout=5 -i ${private_key} ${instance_hostname} "sleep $INTERVAL; exit" ) >/dev/null 2>&1 status=$? if [ $status -eq 0 ]; then