diff --git a/loop/SARA_send_data_v2.py b/loop/SARA_send_data_v2.py
index c9e99c9..8047bdd 100755
--- a/loop/SARA_send_data_v2.py
+++ b/loop/SARA_send_data_v2.py
@@ -816,7 +816,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}
')