Updates long queue to a max runtime of 2 hours

This commit is contained in:
Refringe 2025-01-29 12:01:18 -05:00
parent 22e7b938e0
commit e4d646e629
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -207,7 +207,7 @@ return [
'maxJobs' => 0,
'memory' => 256,
'tries' => 1,
'timeout' => 2700, // 45 Minutes
'timeout' => 7200, // 2 hours
'nice' => 0,
],
],