Fix job timeout docs

The unit for the job timeout is actually seconds.

Change-Id: I3482a59907184e78c552c7c6fe6fa39a6dfc5e04
This commit is contained in:
James E. Blair 2017-08-28 09:19:49 -07:00
parent 1ae9fb313a
commit b0c8e7ed6f
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ Here is an example of two job definitions:
.. attr:: timeout
The time in minutes that the job should be allowed to run before
The time in seconds that the job should be allowed to run before
it is automatically aborted and failure is reported. If no
timeout is supplied, the job may run indefinitely. Supplying a
timeout is highly recommended.