tests: Sleep even longer before starting valgrind tests
It looks like some virtual host setups are too slow to get wpa_supplicant initialized under valgrind and this was triggering test failures. Work around this by using even a longer wait before test case execution. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
b378c41fbc
commit
f84692764a
2 changed files with 2 additions and 2 deletions
|
@ -36,5 +36,5 @@ sleep 1
|
|||
sudo chown $USER $DIR/logs/$DATE-hwsim0.dump
|
||||
if [ "x$VALGRIND" = "xy" ]; then
|
||||
sudo chown $USER $DIR/logs/$DATE-valgrind*
|
||||
sleep 2
|
||||
sleep 10
|
||||
fi
|
||||
|
|
|
@ -35,5 +35,5 @@ sleep 1
|
|||
sudo chown $USER $DIR/logs/$DATE-hwsim0.dump
|
||||
if [ "x$VALGRIND" = "xy" ]; then
|
||||
sudo chown $USER $DIR/logs/$DATE-*valgrind*
|
||||
sleep 2
|
||||
sleep 10
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue