From: Jouni Malinen Date: Sat, 24 Aug 2013 20:47:40 +0000 (+0300) Subject: tests: Sleep even longer before starting valgrind tests X-Git-Tag: aosp-kk-from-upstream~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84692764a8aa414f0672c867301af2485730c17;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/start-p2p-concurrent.sh b/tests/hwsim/start-p2p-concurrent.sh index 294d96bff..8d14b2755 100755 --- a/tests/hwsim/start-p2p-concurrent.sh +++ b/tests/hwsim/start-p2p-concurrent.sh @@ -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 diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index 56a68f90d..3e96356d3 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -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