Extend inactivity time to 600s

It seems that ppc64le and aarch64 are both quite slow during the
ELN Image install. The aarch64 is now finishing most of the time,
but the ppc64le build still times out.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-09-06 14:25:10 -04:00 committed by kevin
parent 801bdf4450
commit c04e153372

View file

@ -26,6 +26,6 @@ safe_generation = no
[timeouts]
install = 14400
inactivity = 450
inactivity = 600
boot = 300
shutdown = 90