Skip to content
Snippets Groups Projects
Commit 7a40e1b1 authored by Moe Jette's avatar Moe Jette
Browse files

Increase JOB_KILL_TIMEOUT from 60 to 300 seconds to permit for writing large

core file.
parent 6cec88f8
No related branches found
No related tags found
No related merge requests found
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
#define PERIODIC_TIMEOUT 60 #define PERIODIC_TIMEOUT 60
/* Release a job's allocation if it does not terminate gracefully in /* Release a job's allocation if it does not terminate gracefully in
* JOB_KILL_TIMEOUT seconds */ * JOB_KILL_TIMEOUT seconds, leave time for large core file write */
#define JOB_KILL_TIMEOUT 60 #define JOB_KILL_TIMEOUT 300
/* Pathname of group file record for checking update times */ /* Pathname of group file record for checking update times */
#define GROUP_FILE "/etc/group" #define GROUP_FILE "/etc/group"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment