Use `test_timeout' consistently across protocols
commitfbdcba42176e9f76c1d9e898347c91abd8b86df1
authorMaciej W. Rozycki <macro@embecosm.com>
Tue, 12 Dec 2023 13:09:54 +0000 (12 13:09 +0000)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 13 Dec 2023 02:45:59 +0000 (12 20:45 -0600)
tree08a0d3359eef3c680584a2cd6a00aa2e7f70c1a9
parent34d6720bb9371ad885f8e642a77d869929db15d6
Use `test_timeout' consistently across protocols

The `test_timeout' global parameter was added with commit 73db65f53795,
however for the `unix' protocol only and then only in the local case.
Update the remote case of the `unix' protocol, other protocols that use
various timeout sources, and the `qemu' board to take any `test_timeout'
setting into account as appropriate.  Amend the manual accordingly.

* baseboards/qemu.exp (qemu_load): Respect global `test_timeout'
setting.
* 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, in the remote case.
* doc/dejagnu.texi (Local configuration file): Update
accordingly.
baseboards/qemu.exp
config/gdb-comm.exp
config/gdb_stub.exp
config/sim.exp
config/unix.exp
doc/dejagnu.texi