Lines Matching refs:timeout
22 "timeout": <how long test is allowed to run>,
170 "timeout": <timeout configured for runnable in seconds>,
210 'timeout': runnable.timeout,
214 assert runnable.timeout == existing_entry['timeout']
310 self.timeout = 60
358 self.timeout = suite.get('timeout', parent.timeout)
359 self.timeout = suite.get('timeout_%s' % arch, self.timeout)
480 timeout=self.timeout or 60,
642 logging.warning('>>> Test timed out after %ss.', runnable.timeout)
779 timeout=runnable.timeout,