broadband-bearer: PDP context deactivation may take longer

Update the default timeout from 3s to 10s.
This commit is contained in:
Aleksander Morgado
2012-12-27 08:58:39 +01:00
parent c8fcf7a91d
commit ef31ff7535

View File

@@ -1482,7 +1482,7 @@ primary_flash_3gpp_ready (MMSerialPort *port,
mm_base_modem_at_command_full (ctx->modem,
ctx->primary,
ctx->cgact_command,
3,
10,
FALSE,
FALSE, /* raw */
NULL, /* cancellable */
@@ -1549,7 +1549,7 @@ disconnect_3gpp (MMBroadbandBearer *self,
mm_base_modem_at_command_full (ctx->modem,
ctx->secondary,
ctx->cgact_command,
3,
10,
FALSE,
FALSE, /* raw */
NULL, /* cancellable */