Increase sleep time for ust-nprocesses test
authorDavid Goulet <dgoulet@efficios.com>
Wed, 8 Feb 2012 21:02:25 +0000 (16:02 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 8 Feb 2012 21:02:25 +0000 (16:02 -0500)
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 <dgoulet@efficios.com>
tests/ust-nprocesses/run

index e1f584a2eabc007652fb1f2e8d3de68eee0f5b0f..20f769afdefcec9facfe7a88ca56da5a00eefcec 100755 (executable)
@@ -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
 
This page took 0.025388 seconds and 4 git commands to generate.