On 26/09/2025 07.15, Gustavo Romero wrote:
Add GDB class, which provides methods to run and capture GDB command
output. The GDB class is a wrapper around the pygdbmi module and
interacts with GDB via GDB's machine interface (MI).

Signed-off-by: Gustavo Romero <[email protected]>
---
...
+    def cli(self, cmd, timeout=4.0):

Please consider that tests might run on heavily overloaded CI runners ... my gut feeling, mixed with experience from the past: Rather use timeouts in the ballpark of 10 seconds or more, even for stuff that normally finishes within one second.

Apart from that:
Acked-by: Thomas Huth <[email protected]>


Reply via email to