From 90ab1b7b0ca2f7449fa0203ee260a085f34bfcfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 27 Jun 2023 12:33:42 +0200 Subject: [PATCH] Increase unit-test duration to 3h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: rhbz#2174847 Signed-off-by: Tomáš Hozza --- osbuild.spec | 5 ++++- tests/unit-tests/main.fmf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/osbuild.spec b/osbuild.spec index 730bad9..4d39b14 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -9,7 +9,7 @@ Version: 88 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 2%{?dist} +Release: 3%{?dist} License: Apache-2.0 URL: %{forgeurl} @@ -252,6 +252,9 @@ fi %changelog +* Tue Jun 27 2023 Tomáš Hozza - 88-3 +- Increase unit-test duration to 3h + * Fri Jun 23 2023 Tomáš Hozza - 88-2 - Fix unit tests in RHEL CI and rebuild RPM diff --git a/tests/unit-tests/main.fmf b/tests/unit-tests/main.fmf index 6d460c6..db420b4 100644 --- a/tests/unit-tests/main.fmf +++ b/tests/unit-tests/main.fmf @@ -1,4 +1,4 @@ summary: Run osbuild unit tests from dist-git sources tag: unit-test -duration: 2h +duration: 3h test: ./prep-host-environment.sh; sudo chcon $(matchpathcon -n /usr/bin/osbuild) ./run-unit-tests.sh; ./run-unit-tests.sh