EC1358

1 minute readReference

Synopsis

ERROR EC1358: Job '[name]' exceeded timeout.

Description

The job identified by [name] in the error message ran longer than the user-specified maximum time and was consequently aborted.

Reasons

The user specified a job timeout using --emake-job-timeout, and the job named by the error message ran longer than that value in seconds.

Fixes

This error can be avoided by either increasing the value specified by --emake-job-timeout; disabling job timeouts by setting --emake-job-timeout=0 or removing the option entirely; or by fixing the job identified by the error message so that it does not run for so long.