From 0adec39b003ac014cbb6d54d8e5824dd87c27bf4 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 19 Apr 2023 10:56:46 +0300 Subject: [PATCH] Increase tests timeout by 10x Signed-off-by: David Abdurachmanov --- http-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/http-parser.spec b/http-parser.spec index e56df5e..79a0ce6 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -1,6 +1,6 @@ Name: http-parser Version: 2.9.4 -Release: 8%{?dist} +Release: 8.0.riscv64%{?dist} Summary: HTTP request/response parser for C License: MIT @@ -59,7 +59,7 @@ EOF %meson_install %check -%meson_test +%meson_test --timeout-multiplier=10 %ldconfig_scriptlets @@ -75,6 +75,9 @@ EOF %{_libdir}/libhttp_parser_strict.so %changelog +* Wed Apr 19 2023 David Abdurachmanov - 2.9.4-8.0.riscv64 +- Increase tests timeout by 10x + * Thu Jan 19 2023 Fedora Release Engineering - 2.9.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild