]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Increase P2P group formation timeout to 20 seconds
authorJouni Malinen <j@w1.fi>
Sat, 31 Aug 2013 07:33:44 +0000 (10:33 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 31 Aug 2013 07:33:44 +0000 (10:33 +0300)
commitb1ce1ec09be2ebc9eae8548b38ea0f9d29bcaf31
tree4f4445755d8296040f24729180b45de0a6ec719c
parentadd7add09d72c3294c63a113635d69b766acf504
tests: Increase P2P group formation timeout to 20 seconds

Number of crypto operations seem to take very long time in the valgrind
tests (about five seconds for passphrase to PSK mapping and for public
key generation for M1 and M2 on a virtual server) and this is enough to
push the test runs to hit the timeout frequently even when there is no
real error. Make this less frequent by increasing group formation
timeout from 15 to 20 seconds to avoid issues based on the test scripts
(15 + config time seconds timeout in the protocol may still kick in,
though).

Signed-hostap: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2p_grpform.py