Tests: Fix: 99% fill ratio for high buffer usage is too high for larger events
[lttng-tools.git] / tests / regression / tools / notification / notification.c
index 90abc11de1215a5d94ed90aa20b4b872ce2a2167..e13979ee8ca385f2de36347fb529f548e4d72eab 100644 (file)
@@ -413,7 +413,7 @@ void test_notification_channel(const char *session_name, const char *channel_nam
        struct lttng_condition *dummy_condition = NULL;
 
        double low_ratio = 0.0;
-       double high_ratio = 0.99;
+       double high_ratio = 0.90;
 
        /* Set-up */
        action = lttng_action_notify_create();
This page took 0.023015 seconds and 4 git commands to generate.