Tests: Update unit tests timeout

RHEL uses this repo for releases. Part of the procedure is unit testing
which takes big amount of time. On some machines default 3h time limit
may be not long enough to complete tests.

This limit has been changed to 4h now.

Resolves: RHEL-1770
This commit is contained in:
Paweł Poławski 2023-12-11 15:55:52 +01:00
parent 299ddd715a
commit ae56afdde6
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Version: 100
%global pkgdir %{_prefix}/lib/%{pypi_name}
Name: %{pypi_name}
Release: 1%{?dist}
Release: 2%{?dist}
License: Apache-2.0
URL: %{forgeurl}
@ -276,6 +276,9 @@ fi
%{_libexecdir}/osbuild-depsolve-dnf
%changelog
* Mon Dec 10 2023 Paweł Poławski <ppolawsk@redhat.com> - 100-2
- Change unit-test timeout from 3h to 4h
* Fri Nov 24 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 100-1
- New upstream release

View File

@ -1,4 +1,4 @@
summary: Run osbuild unit tests from dist-git sources
tag: unit-test
duration: 3h
duration: 4h
test: ./prep-host-environment.sh; sudo chcon $(matchpathcon -n /usr/bin/osbuild) ./run-unit-tests.sh; ./run-unit-tests.sh