diff --git a/insighioNode/lib/networking/modem/modem_base.py b/insighioNode/lib/networking/modem/modem_base.py index 23a2593..6ec1562 100644 --- a/insighioNode/lib/networking/modem/modem_base.py +++ b/insighioNode/lib/networking/modem/modem_base.py @@ -93,7 +93,7 @@ def init(self, ip_version, apn, technology): self.set_technology(technology) if technology.lower() == "nbiot": - self.send_at_cmd("AT+COPS=1,2,20201,9") + self.send_at_cmd("AT+COPS=1,2,20201,9", 180000) else: self.send_at_cmd("AT+COPS=0", 180000)