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 b7bdde6e0b)
(cherry picked from commit 4909ea71af)
This commit is contained in:
Thomas Haller 2018-08-10 09:21:32 +02:00 committed by Beniamino Galvani
parent 1de5f1a73d
commit a702111ee9

View file

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