summaryrefslogtreecommitdiff
path: root/tests/topotests/munet/native.py
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-08-22 11:14:18 -0400
committerGitHub <noreply@github.com>2024-08-22 11:14:18 -0400
commitdb71bebc2ab70a6574e68b09ec9147d66285e998 (patch)
tree41746fa3c3168dc3aa0875adb756688695e532a6 /tests/topotests/munet/native.py
parent18e2d0d1a9eeeab37342b188264ef266b000c647 (diff)
parentcff1103843272f0d79108f09bfbe4a37a4719e34 (diff)
Merge pull request #16620 from LabNConsulting/new-munet-0-14-10
tests: update munet to 0.14.10
Diffstat (limited to 'tests/topotests/munet/native.py')
-rw-r--r--tests/topotests/munet/native.py4
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")