diff --git a/ci-scripts/main.py b/ci-scripts/main.py
index a12c2bbfcbcf5ad74d2dd23e8b939f3ce4d087e7..be0c9b446276e96194508461268c6cce7468c4c9 100644
--- a/ci-scripts/main.py
+++ b/ci-scripts/main.py
@@ -629,6 +629,7 @@ class SSHConnection():
 				result = re.search('inet (?P<ueipaddress>[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\/[0-9]+[0-9a-zA-Z\.\s]+', str(self.ssh.before))
 				if result is None:
 					logging.debug('\u001B[1;37;41m UE IP Address Not Found! \u001B[0m')
+					time.sleep(1)
 					count += 1
 				else:
 					count = 10