tests: Increase timeout in ap_vlan_iface_cleanup_multibss*
If the kernel is built with CONFIG_DEBUG_KOBJECT_RELEASE=y, the cleanup steps were taking so long that these test cases could fail. Fix this by increasing the timeout to avoid reporting failures. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
086d3cc2dc
commit
97ad4d2071
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ def ap_vlan_iface_cleanup_multibss(dev, apdev, cfgfile):
|
||||||
dev[1].wait_disconnected()
|
dev[1].wait_disconnected()
|
||||||
|
|
||||||
# station removal needs some time
|
# station removal needs some time
|
||||||
for i in range(5):
|
for i in range(15):
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
ifaces = netifaces.interfaces()
|
ifaces = netifaces.interfaces()
|
||||||
if "brvlan2" not in ifaces:
|
if "brvlan2" not in ifaces:
|
||||||
|
|
Loading…
Reference in a new issue