aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/customer-tests/commander/commander_nonexistent.py')
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_nonexistent.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
index b87e0b21..b10d4a67 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
@@ -65,6 +65,9 @@ class CommanderNonExistent(unittest.TestCase):
self.assert_(listen.expect(wanted("test.string", "int", "42")),
"Non-existent property's type couldn't be overwritten")
+ commander.wait()
+ listen.wait()
+ provider.wait()
def runTests():
suiteInstallation = unittest.TestLoader().loadTestsFromTestCase(CommanderNonExistent)
result = unittest.TextTestRunner(verbosity=2).run(suiteInstallation)