RTEMS Tools | tester: Fix timeout hangs with hardware testing (!88)
Kinsey Moore (@opticron)
gitlab at rtems.org
Fri Jun 5 02:16:50 UTC 2026
Kinsey Moore started a new discussion on tester/rt/config.py: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151951
> 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())
This commit contains formatting, refactoring changes that don't affect functionality, and functional changes.
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151951
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/c2bfbc2a/attachment-0001.htm>
More information about the bugs
mailing list