Increase unit-test duration to 3h
Related: rhbz#2174845 Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
23883bdc57
commit
ae7fbdf33c
@ -9,7 +9,7 @@ Version: 88
|
|||||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||||
|
|
||||||
Name: %{pypi_name}
|
Name: %{pypi_name}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
URL: %{forgeurl}
|
URL: %{forgeurl}
|
||||||
@ -252,6 +252,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 27 2023 Tomáš Hozza <thozza@redhat.com> - 88-3
|
||||||
|
- Increase unit-test duration to 3h
|
||||||
|
|
||||||
* Fri Jun 23 2023 Tomáš Hozza <thozza@redhat.com> - 88-2
|
* Fri Jun 23 2023 Tomáš Hozza <thozza@redhat.com> - 88-2
|
||||||
- Fix unit tests in RHEL CI and rebuild RPM
|
- Fix unit tests in RHEL CI and rebuild RPM
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
summary: Run osbuild unit tests from dist-git sources
|
summary: Run osbuild unit tests from dist-git sources
|
||||||
tag: unit-test
|
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
|
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