RTEMS Tools | tester: Fix timeout hangs with hardware testing (!88)
Chris Johns (@chris)
gitlab at rtems.org
Fri Jun 5 02:19:30 UTC 2026
Chris Johns commented on a discussion on tester/rt/config.py: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151953
> if self.console:
> self.console.open()
> if not self.opts.dry_run():
> - self.process.open(
> - data[0],
> + self.process.open(data[0],
> data[1],
> script=script,
> output=self.capture,
> gdb_console=self.capture_console,
> - timeout=(int(self.expand('%{timeout}')),
> - int(self.expand('%{max_test_period}')),
> - self._timeout, self._test_too_long))
> + timeout=self._get_timeouts())
Yeah it seems something must has missed being formatted at some point that it got caught. Sorry I have no time to pull the commit and separate into separate commits.
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151953
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260605/b9e613dc/attachment-0001.htm>
More information about the bugs
mailing list