mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
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>
This commit is contained in:
parent
75f1c414fe
commit
c13be1b757
|
|
@ -50,6 +50,7 @@ EXTRA_OECMAKE = " \
|
||||||
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
||||||
-DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
|
-DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
|
||||||
-DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
|
-DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
|
||||||
|
-DTEST_TIMEOUT=600 \
|
||||||
"
|
"
|
||||||
# INSTALL_LIBRARY_SUFFIX is relative to CMAKE_INSTALL_PREFIX
|
# INSTALL_LIBRARY_SUFFIX is relative to CMAKE_INSTALL_PREFIX
|
||||||
# specify it on cmd line will fix the SET bug in CMakeList.txt
|
# specify it on cmd line will fix the SET bug in CMakeList.txt
|
||||||
|
|
@ -125,7 +126,7 @@ FILES:${PN} += "${libdir}/${fd_pkgname}/*"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "glib-2.0 gnutls libidn"
|
RDEPENDS:${PN} = "glib-2.0 gnutls libidn"
|
||||||
RDEPENDS:${PN} += "openssl openssl-conf openssl-engines"
|
RDEPENDS:${PN} += "openssl openssl-conf openssl-engines"
|
||||||
RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp"
|
RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp"
|
||||||
RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip"
|
RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip"
|
||||||
RDEPENDS:${PN}-ptest = "cmake"
|
RDEPENDS:${PN}-ptest = "cmake"
|
||||||
|
|
||||||
|
|
@ -137,4 +138,3 @@ SYSTEMD_SERVICE:${PN} = "freediameter.service"
|
||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
|
|
||||||
CONFFILES:${PN} = "${sysconfdir}/freediameter.conf"
|
CONFFILES:${PN} = "${sysconfdir}/freediameter.conf"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user