Searched defs:timeout_mins (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/afe/
H A Dmodels.py1220 timeout_mins: minutes from job queuing time until the job times out
1394 timeout_mins = dbmodels.IntegerField(default=DEFAULT_TIMEOUT_MINS) variable in class:Job
1490 if options.get('timeout_mins') is None and options.get('timeout'):
1491 options['timeout_mins'] = options['timeout'] * 60
1502 timeout_mins=options.get('timeout_mins'),

Completed in 178 milliseconds