Fix: change expected number of event for test uid
[lttng-tools.git] / tests / regression / ust / buffers-uid / test_buffers_uid
index a97a90aa830ac9a24595a0b4a44dbe2a965c2e1e..f56c458d1a780a74c45934e12b9c09419236c9f4 100755 (executable)
@@ -203,7 +203,7 @@ test_multiple_channels() {
        ok $? "Start application to trace"
 
        stop_lttng_tracing $SESSION_NAME
-       trace_matches $EVENT_NAME $NR_ITER $TRACE_PATH
+       trace_matches $EVENT_NAME $[NR_ITER * 5] $TRACE_PATH
        out=$?
 
        destroy_lttng_session $SESSION_NAME
This page took 0.02328 seconds and 4 git commands to generate.