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 89e3d9ef26beb848b4292d93596ebe7193cf4b2e..c08ba79fa6b5ad346bc3ba25cff80400e5b1fb3b 100644 (file)
@@ -418,7 +418,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.022956 seconds and 4 git commands to generate.