summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-07 13:23:10 +0200
committerThomas Haller <thaller@redhat.com>2019-04-07 13:24:34 +0200
commitbfe75c957578f9b8949f905c4d0fe2612aeceb7a (patch)
tree6df0b91bd271c99eda3f38bed363b9b50729e3b4
parenta5869d1b354bb32c0718cbe7872cb2fe844bcf10 (diff)
downloadNetworkManager-bfe75c957578f9b8949f905c4d0fe2612aeceb7a.tar.gz
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
-rw-r--r--src/platform/tests/test-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/tests/test-common.c b/src/platform/tests/test-common.c
index c510710b17..7ebda9ff7e 100644
--- a/src/platform/tests/test-common.c
+++ b/src/platform/tests/test-common.c
@@ -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)