From: David Goulet Date: Wed, 8 Feb 2012 21:02:25 +0000 (-0500) Subject: Increase sleep time for ust-nprocesses test X-Git-Tag: v2.0-pre20~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=82541c3400f9568835938b7c2c6ce5e18b5817c0;hp=f1f887c09fa00f365bd56c025159524aa0d3ac50 Increase sleep time for ust-nprocesses test On slower system, the sleep time of ust-nprocesses can be too short making the test fail. However, there is not much we can do to make sure all app. registers to the session daemon and there is no time guarantee also. Signed-off-by: David Goulet --- diff --git a/tests/ust-nprocesses/run b/tests/ust-nprocesses/run index e1f584a2e..20f769afd 100755 --- a/tests/ust-nprocesses/run +++ b/tests/ust-nprocesses/run @@ -21,7 +21,7 @@ NR_ITER=100 TEST_BIN_NAME="gen-events-time" SESSION_NAME="ust-nprocesses" EVENT_NAME="ust_gen_event:tptest" -TEST_WAIT_SEC=3 +TEST_WAIT_SEC=5 source $TESTDIR/utils.sh