mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 11:28:32 +02: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. (cherry picked from commitb7bdde6e0b) (cherry picked from commit4909ea71af) (cherry picked from commita702111ee9)
This commit is contained in:
parent
8cabe9335c
commit
8e9456e244
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue