broadband-modem-mbim: increase to 30s the packet service set timeout

Same timeout as used in the connection attempt.
This commit is contained in:
Aleksander Morgado
2022-10-20 10:15:38 +00:00
parent 179a800ab6
commit d28d00f04f

View File

@@ -9064,7 +9064,7 @@ set_packet_service_state (MMIfaceModem3gpp *self,
message = mbim_message_packet_service_set_new (packet_service_action, NULL);
mbim_device_command (device,
message,
10,
30,
NULL,
(GAsyncReadyCallback)packet_service_set_ready,
task);