]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Make ap_hs20_session_info more robust
authorJouni Malinen <j@w1.fi>
Thu, 9 Oct 2014 21:29:46 +0000 (00:29 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Oct 2014 21:37:07 +0000 (00:37 +0300)
commit64502039c02d6bd86d1ad1f0b025be9e4d4c3096
treecbc06bf1f872dffbd0288ba3a44df90138649655
parent51465a0b5c2aa01900acf46dc957902b1185e9a0
tests: Make ap_hs20_session_info more robust

It looks like mac80211 scan-while-associated can now take over 10
seconds with the current wireless-regdb rules for world roaming due to
number of additional DFS channel having been enabled for passive
scanning. This resulted in ap_hs20_session_info failing due to the wait
for the scan result event timing out. That is not really a real failure,
so increase the timeout to avoid reporting this incorrectly.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_hs20.py