ublox: COPS based registration requests with 120s AT command timeout
diff --git a/plugins/ublox/mm-broadband-modem-ublox.c b/plugins/ublox/mm-broadband-modem-ublox.c
index 3dcbcbe..fe1c319 100644
--- a/plugins/ublox/mm-broadband-modem-ublox.c
+++ b/plugins/ublox/mm-broadband-modem-ublox.c
@@ -520,7 +520,7 @@
             mm_base_modem_at_command (
                 MM_BASE_MODEM (ctx->self),
                 command,
-                10,
+                120,
                 FALSE,
                 (GAsyncReadyCallback) set_current_modes_bands_after_command_ready,
                 task);