broadband-modem: increase signal_quality_cind() poll CIND timeout

Gemalto's PLS8 may timeout on 3 second CIND query. Debug log shows
5 seconds should suffice.
This commit is contained in:
Matthew Stanger
2018-05-20 08:44:09 +02:00
committed by Aleksander Morgado
parent 051b15cca8
commit ac5d068e37

View File

@@ -2067,7 +2067,7 @@ signal_quality_cind (GTask *task)
mm_base_modem_at_command_full (MM_BASE_MODEM (self),
MM_PORT_SERIAL_AT (ctx->at_port),
"+CIND?",
3,
5,
FALSE,
FALSE, /* raw */
NULL, /* cancellable */