diff options
Diffstat (limited to 'tests/topotests/munet/native.py')
| -rw-r--r-- | tests/topotests/munet/native.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/topotests/munet/native.py b/tests/topotests/munet/native.py index 5747d5e1d7..b7c6e4a63e 100644 --- a/tests/topotests/munet/native.py +++ b/tests/topotests/munet/native.py @@ -490,6 +490,10 @@ class NodeMixin: gdbcmd += f" '-ex={cmd}'" self.run_in_window(gdbcmd, ns_only=True) + + # We need somehow signal from the launched gdb that it has continued + # this is non-trivial so for now just wait a while. :/ + time.sleep(5) elif should_gdb and use_emacs: gdbcmd = gdbcmd.replace("gdb ", "gdb -i=mi ") ecbin = self.get_exec_path("emacsclient") |
