From: Jouni Malinen Date: Sun, 29 Jan 2017 12:42:05 +0000 (+0200) Subject: tests: Increase timeout in ap_vlan_iface_cleanup_multibss* X-Git-Tag: hostap_2_7~1722 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97ad4d20711ceb12307174be8dad1c423df92c6b;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_ap_vlan.py b/tests/hwsim/test_ap_vlan.py index ef7f1fd08..e3b8eb6c9 100644 --- a/tests/hwsim/test_ap_vlan.py +++ b/tests/hwsim/test_ap_vlan.py @@ -466,7 +466,7 @@ def ap_vlan_iface_cleanup_multibss(dev, apdev, cfgfile): dev[1].wait_disconnected() # station removal needs some time - for i in range(5): + for i in range(15): time.sleep(1) ifaces = netifaces.interfaces() if "brvlan2" not in ifaces: