aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/commander/commander_disabled.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/customer-tests/commander/commander_disabled.py')
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_disabled.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcontextsubscriber/customer-tests/commander/commander_disabled.py b/libcontextsubscriber/customer-tests/commander/commander_disabled.py
index 87d50d2b..1acf1c65 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_disabled.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_disabled.py
@@ -48,6 +48,9 @@ class CommanderDisabled(unittest.TestCase):
listen = CLTool("context-listen", "test.int")
self.assert_(listen.expect(wanted("test.int", "int", "42")),
"Provider provided value is wrong")
+ listen.wait()
+ commander.wait()
+ provider.wait()
def runTests():
suiteInstallation = unittest.TestLoader().loadTestsFromTestCase(CommanderDisabled)