From a702111ee974554a63971399a30f8623dfbea7a9 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) --- 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 d359f9a18a..4cb3f3729d 100644 --- a/src/platform/tests/test-cleanup.c +++ b/src/platform/tests/test-cleanup.c @@ -61,7 +61,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;