From f5a27949e445a096ca64c1e9aa6e1e2af415b861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 10 Nov 2025 08:39:42 +0100 Subject: [PATCH] tests/unit-tests: bump the test duration to 5h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test case started to timeout in the CI pipeline, while being at ~95% completion. Increase the timeout by 1 hour. Resolves: RHEL-111405 Signed-off-by: Tomáš Hozza --- tests/unit-tests/main.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit-tests/main.fmf b/tests/unit-tests/main.fmf index 75a701e..dcbbd69 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: 4h +duration: 5h test: ./prep-host-environment.sh; sudo chcon $(matchpathcon -n /usr/bin/osbuild) ./run-unit-tests.sh; ./run-unit-tests.sh