From 82541c3400f9568835938b7c2c6ce5e18b5817c0 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 8 Feb 2012 16:02:25 -0500 Subject: [PATCH] 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 --- tests/ust-nprocesses/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1