summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-10 20:24:15 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-10 20:39:33 -0800
commitc13be1b757b37e1e0b547cc6c10ff81821337d62 (patch)
treef72cb08e24aab3e2dd0460d96ab40b6a32aa2284
parent75f1c414fe6d6b8395eea88b925f80fccd39051b (diff)
downloadmeta-openembedded-c13be1b757b37e1e0b547cc6c10ff81821337d62.tar.gz
freediameter: Add 600s timeout via ctest driver
This helps tests not hitting timeout (120s default) especially testmesg_stress test can timeout on slower machines e.g. fully emulated ( non-kvm ) qemu machines e.g. qemuarm64 on x86_64 machine. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb b/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb
index 887ca5c4a3..44be5044b1 100644
--- a/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb
+++ b/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb
@@ -50,6 +50,7 @@ EXTRA_OECMAKE = " \
50 -DCMAKE_SKIP_RPATH:BOOL=ON \ 50 -DCMAKE_SKIP_RPATH:BOOL=ON \
51 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ 51 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
52 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ 52 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
53 -DTEST_TIMEOUT=600 \
53" 54"
54# INSTALL_LIBRARY_SUFFIX is relative to CMAKE_INSTALL_PREFIX 55# INSTALL_LIBRARY_SUFFIX is relative to CMAKE_INSTALL_PREFIX
55# specify it on cmd line will fix the SET bug in CMakeList.txt 56# specify it on cmd line will fix the SET bug in CMakeList.txt
@@ -125,7 +126,7 @@ FILES:${PN} += "${libdir}/${fd_pkgname}/*"
125 126
126RDEPENDS:${PN} = "glib-2.0 gnutls libidn" 127RDEPENDS:${PN} = "glib-2.0 gnutls libidn"
127RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" 128RDEPENDS:${PN} += "openssl openssl-conf openssl-engines"
128RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" 129RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp"
129RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" 130RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip"
130RDEPENDS:${PN}-ptest = "cmake" 131RDEPENDS:${PN}-ptest = "cmake"
131 132
@@ -137,4 +138,3 @@ SYSTEMD_SERVICE:${PN} = "freediameter.service"
137SYSTEMD_AUTO_ENABLE = "disable" 138SYSTEMD_AUTO_ENABLE = "disable"
138 139
139CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" 140CONFFILES:${PN} = "${sysconfdir}/freediameter.conf"
140