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:
parent
801bdf4450
commit
c04e153372
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ safe_generation = no
|
|||
|
||||
[timeouts]
|
||||
install = 14400
|
||||
inactivity = 450
|
||||
inactivity = 600
|
||||
boot = 300
|
||||
shutdown = 90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue