diff --git a/loop/SARA_send_data_v2.py b/loop/SARA_send_data_v2.py
index d445667..b5a5a19 100755
--- a/loop/SARA_send_data_v2.py
+++ b/loop/SARA_send_data_v2.py
@@ -897,7 +897,7 @@ try:
print(f'
➡️ Updating RTC with server time: {server_time_formatted}
', end="")
else:
- print(f'✅ RTC time is synchronized with server time (within 10 seconds)
')
+ print(f'✅ RTC time is synchronized with server time (within 60 seconds)
')
except Exception as e:
print(f'Error comparing times: {e}
')