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 364d41895bb78531f61b20a1842bfe4a02960680..e82c052ed67eba6cac8f18f651d87ffc1e40cec3 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.024347 seconds and 4 git commands to generate.