diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-10 20:24:15 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-10 20:39:33 -0800 |
| commit | c13be1b757b37e1e0b547cc6c10ff81821337d62 (patch) | |
| tree | f72cb08e24aab3e2dd0460d96ab40b6a32aa2284 | |
| parent | 75f1c414fe6d6b8395eea88b925f80fccd39051b (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 126 | RDEPENDS:${PN} = "glib-2.0 gnutls libidn" | 127 | RDEPENDS:${PN} = "glib-2.0 gnutls libidn" |
| 127 | RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" | 128 | RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" |
| 128 | RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" | 129 | RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" |
| 129 | RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" | 130 | RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" |
| 130 | RDEPENDS:${PN}-ptest = "cmake" | 131 | RDEPENDS:${PN}-ptest = "cmake" |
| 131 | 132 | ||
| @@ -137,4 +138,3 @@ SYSTEMD_SERVICE:${PN} = "freediameter.service" | |||
| 137 | SYSTEMD_AUTO_ENABLE = "disable" | 138 | SYSTEMD_AUTO_ENABLE = "disable" |
| 138 | 139 | ||
| 139 | CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" | 140 | CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" |
| 140 | |||
