From b7bdde6e0b42c4408a520ec2dfcbecad7326264e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 10 Aug 2018 09:21:32 +0200 Subject: [PATCH] platform/tests: increase wait timeout in test_cleanup_internal() Seems this assertion still can fail. Dunno, maybe the timeout was just too short. Increase it. --- src/platform/tests/test-cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/tests/test-cleanup.c b/src/platform/tests/test-cleanup.c index 8b8c87d833..12d9181208 100644 --- a/src/platform/tests/test-cleanup.c +++ b/src/platform/tests/test-cleanup.c @@ -60,7 +60,7 @@ test_cleanup_internal (void) g_assert (ifindex > 0); /* wait for kernel to add the IPv6 link local address... it takes a bit. */ - NMTST_WAIT_ASSERT (100, { + NMTST_WAIT_ASSERT (300, { gs_unref_array GArray *addrs = NULL; const NMPlatformIP6Address *a;