Re: [PATCH DejaGNU 1/1] Support per-test execution timeout factor
Jeff Law <[email protected]> Tue, 12 Dec 2023 16:02:45 -0700
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
On 12/12/23 07:04, Maciej W. Rozycki wrote: > Add support for the `test_timeout_factor' global variable letting a test > case scale the wait timeout used for code execution. This is useful for > particularly slow test cases for which increasing the wait timeout > globally would be excessive. > > * baseboards/qemu.exp (qemu_load): Handle `test_timeout_factor'. > * config/gdb-comm.exp (gdb_comm_load): Likewise. > * config/gdb_stub.exp (gdb_stub_load): Likewise. > * config/sim.exp (sim_load): Likewise. > * config/unix.exp (unix_load): Likewise. > * doc/dejagnu.texi (Local configuration file): Document > `test_timeout_factor'. OK jeff