mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 20:00:09 +01:00
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:
parent
c955d91d4b
commit
b7bdde6e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue