mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 22:20:08 +01:00
wimax: reduce connect timeout a bit
This commit is contained in:
parent
568f11ee54
commit
31a0dfa533
1 changed files with 2 additions and 2 deletions
|
|
@ -566,8 +566,8 @@ real_act_stage2_config (NMDevice *device, NMDeviceStateReason *reason)
|
|||
return NM_ACT_STAGE_RETURN_FAILURE;
|
||||
}
|
||||
|
||||
/* FIXME: Is 60 seconds good estimation? I have no idea */
|
||||
priv->activation_timeout_id = g_timeout_add_seconds (60, activation_timed_out, device);
|
||||
/* FIXME: Is 40 seconds good estimation? I have no idea */
|
||||
priv->activation_timeout_id = g_timeout_add_seconds (40, activation_timed_out, device);
|
||||
|
||||
return NM_ACT_STAGE_RETURN_POSTPONE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue