Skip to content

Commit

Permalink
testing-Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 2, 2024
1 parent 285ec9a commit 757568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/remote_retry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 757568e

Please sign in to comment.