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.
This commit is contained in:
Thomas Haller 2018-08-10 09:21:32 +02:00
parent c955d91d4b
commit b7bdde6e0b

View file

@ -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;