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:
Thomas Haller 2019-04-07 13:23:10 +02:00
parent a5869d1b35
commit bfe75c9575

View file

@ -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)