mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-24 07:30:23 +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. (cherry picked from commitb7bdde6e0b) (cherry picked from commit4909ea71af)
This commit is contained in:
parent
1de5f1a73d
commit
a702111ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue