mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 18:50:31 +01:00
platform/tests: increase timeout waiting for externally adding IP address
Seems on a busy system, we can hit this timeout. Increase it. ERROR:../src/platform/tests/test-common.c:939:_ip_address_add: code should not be reached
This commit is contained in:
parent
a5869d1b35
commit
bfe75c9575
1 changed files with 1 additions and 1 deletions
|
|
@ -900,7 +900,7 @@ _ip_address_add (NMPlatform *platform,
|
|||
}
|
||||
|
||||
/* Let's wait until we see the address. */
|
||||
end_time = nm_utils_get_monotonic_timestamp_ms () + 250;
|
||||
end_time = nm_utils_get_monotonic_timestamp_ms () + 500;
|
||||
do {
|
||||
|
||||
if (external_command)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue