You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a job hangs. We should have the ability to kill a job that takes longer than a suite-specified maximum time allowance (like suite.max_job_time). python's subprocess allows for a mechanism to kill a job I believe, so if we go over this time, we would kill the job.
The text was updated successfully, but these errors were encountered:
zingale
changed the title
add a time out for running processes
add a timeout for running processes
Jul 1, 2018
ax3l
pushed a commit
to ax3l/regression_testing
that referenced
this issue
Dec 10, 2021
Sometimes a job hangs. We should have the ability to kill a job that takes longer than a suite-specified maximum time allowance (like suite.max_job_time). python's subprocess allows for a mechanism to kill a job I believe, so if we go over this time, we would kill the job.
The text was updated successfully, but these errors were encountered: