do more robust connections to remote in testing
Author: k4lizenCreated Sep 7, 2026Updated Sep 7, 2026
Labelstesting
we have flakes like this
https://github.com/pwndbg/pwndbg/actions/runs/34130807509/job/101770255820?pr=4136
we should pull out
gdb.execute(f"target remote :{QEMU_PORT}")to a function that retries a few times, since gh ci is a fuck
Source: pwndbg/pwndbg