From: Francis Deslauriers Date: Fri, 14 Feb 2020 16:26:55 +0000 (-0500) Subject: Tests: test_notification_ust: reduce number of event generated X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=bd565b06436bc2c3d1d5d2ad1ae95cf548e4c718 Tests: test_notification_ust: reduce number of event generated Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: Ie5f05a7b3d2d9ff2b990e0d1f5e59a350a854b30 Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 --- diff --git a/tests/regression/tools/notification/test_notification_ust b/tests/regression/tools/notification/test_notification_ust index 57ae52cbd..8a3f460b2 100755 --- a/tests/regression/tools/notification/test_notification_ust +++ b/tests/regression/tools/notification/test_notification_ust @@ -20,7 +20,7 @@ TESTAPP_NAME="gen-ust-events" TESTAPP_BIN="$TESTAPP_PATH/$TESTAPP_NAME/$TESTAPP_NAME" TESTAPP_STATE_PATH=$(mktemp -u "$TMPDIR/application_state.XXXXXXXXXX") -NR_ITER=1000 +NR_ITER=5 NR_USEC_WAIT=5 SESSION_NAME="my_session"