From 27c77ee898268f398e74afbf0d4f441b38d1d905 Mon Sep 17 00:00:00 2001 From: Yi Fan Yu Date: Fri, 23 Apr 2021 10:59:53 -0400 Subject: libevent: Increase ptest timing tolerance 50 ms -> 100 ms Adjusting the tolerance to a more reasonable time given the load on the AB and given the high amount(100) of events some of the tests like `common_timeout` generates. [YOCTO #14163] (From OE-Core rev: 38b36d2b90d570149e63816e68f457aea28a5092) Signed-off-by: Yi Fan Yu Signed-off-by: Richard Purdie --- meta/recipes-support/libevent/libevent_2.1.12.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/libevent/libevent_2.1.12.bb') diff --git a/meta/recipes-support/libevent/libevent_2.1.12.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index dd4533cce5..6d53fea5a8 100644 --- a/meta/recipes-support/libevent/libevent_2.1.12.bb +++ b/meta/recipes-support/libevent/libevent_2.1.12.bb @@ -15,6 +15,7 @@ SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}- file://Makefile-missing-test-dir.patch \ file://run-ptest \ file://0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch \ + file://0002-test-regress.h-Increase-default-timeval-tolerance-50.patch \ " SRC_URI[sha256sum] = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" -- cgit v1.2.3-54-g00ecf