koji / builder: bump the rpmbuild timeout from 48 hours to 54hours for chromium on aarch64.

This should just be temporary until we fix the build to not take so long.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-09-25 16:53:43 +00:00 committed by Pierre-Yves Chibon
parent 5f28f28e0f
commit b9b97cbff3

View file

@ -19,7 +19,7 @@ maxjobs=25
; Disable keepalive for now since it's not working in f23. ; Disable keepalive for now since it's not working in f23.
keepalive=False keepalive=False
rpmbuild_timeout=172800 rpmbuild_timeout=201600
; Set oz timeout higher to allow aarch64, ppc64{le} and s390x to finish. ; Set oz timeout higher to allow aarch64, ppc64{le} and s390x to finish.
; Install timeout(seconds) for image build ; Install timeout(seconds) for image build