From 8e9456e244a0ad156450a5035fe5c67ec4facb00 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. (cherry picked from commit b7bdde6e0b42c4408a520ec2dfcbecad7326264e) (cherry picked from commit 4909ea71afa6e0a450b9c135bbaea2590b3bf8e8) (cherry picked from commit a702111ee974554a63971399a30f8623dfbea7a9) --- 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 2e95928a52..f3415f8a99 100644 --- a/src/platform/tests/test-cleanup.c +++ b/src/platform/tests/test-cleanup.c @@ -63,7 +63,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;