On slower system, this test failed due to the time period the test does
for applications to at least start tracing.
Add a warning on stdout telling that this is an arbitrary time and might
fail on slower system.
Signed-off-by: David Goulet <dgoulet@efficios.com>
./$CURDIR/$BIN_NAME & >/dev/null 2>&1
done
-echo "Waiting for all tracing to settle"
-sleep 5
+echo "Waiting for all tracing to settle (7 secs)"
+echo "Warning: this arbitrary time can make the test fail on slower system"
+sleep 7
stop_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME