X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fnotification.c;h=cc42e6153c452bb209d887a68e14812286e4fc6c;hp=364d41895bb78531f61b20a1842bfe4a02960680;hb=a3ecaea889e67f87307cc3be53e51fb472a67c3b;hpb=67c93c15b77fa2089110ade9d493b17df6e90fc2 diff --git a/tests/regression/tools/notification/notification.c b/tests/regression/tools/notification/notification.c index 364d41895..cc42e6153 100644 --- a/tests/regression/tools/notification/notification.c +++ b/tests/regression/tools/notification/notification.c @@ -21,9 +21,9 @@ #include #include #include -#include #include +#include #include #include #include @@ -171,7 +171,7 @@ error: } static -int resume_application() +int resume_application(void) { int ret; struct stat buf; @@ -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();