]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Increase retry limit and timeout for wpas_mesh_open_no_auto
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 28 Nov 2014 16:23:11 +0000 (18:23 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 28 Nov 2014 21:02:30 +0000 (23:02 +0200)
commit73a2f828878b07a6fec207ae305646f3ce57efb8
treeb2e28d252ecd66eb0ec23429295258145073116b
parentd9fee38658a256843fe8dc4f3df4248ccaa23e20
tests: Increase retry limit and timeout for wpas_mesh_open_no_auto

This test case was failing every now and then due to dev1
(no_auto_peer=1) not receiving the new-peer-candidate event in time
before dev0 has already stopped retries on mesh peering open message.
This sounds somewhat expected with the default 4 * 40 ms = 160 ms
retries and 1000 TU beacon interval. Use maximum timeout 16 * 255 ms =
4080 ms to make this test case less likely to fail.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_wpas_mesh.py