gsm: increase COPS manual registration timeout; it just takes longer sometimes

This commit is contained in:
Dan Williams
2009-06-29 22:53:20 -04:00
parent c397247c05
commit 8e3da63599

View File

@@ -721,7 +721,7 @@ do_register (MMModemGsmNetwork *modem,
else
command = g_strdup ("+COPS=0,,");
mm_serial_queue_command (MM_SERIAL (modem), command, 5, register_done, info);
mm_serial_queue_command (MM_SERIAL (modem), command, 10, register_done, info);
g_free (command);
}