From bfe75c957578f9b8949f905c4d0fe2612aeceb7a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 7 Apr 2019 13:23:10 +0200 Subject: [PATCH] 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 --- src/platform/tests/test-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)