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-1035
This commit is contained in:
parent
86cf85c676
commit
16e7b5de92
@ -9,7 +9,7 @@ Version: 101
|
||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||
|
||||
Name: %{pypi_name}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Apache-2.0
|
||||
|
||||
URL: %{forgeurl}
|
||||
@ -278,6 +278,10 @@ fi
|
||||
%{_libexecdir}/osbuild-depsolve-dnf
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2023 Paweł Poławski <ppolawsk@redhat.com> - 101-2
|
||||
- Change unit-test timeout from 3h to 4h
|
||||
- Rebuild after failed gating
|
||||
|
||||
* Wed Dec 06 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 101-1
|
||||
- New upstream release
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user