aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py')
-rwxr-xr-xlibcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py b/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
index 7038d679..a1ee1fbe 100755
--- a/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
+++ b/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
@@ -62,6 +62,7 @@ class Subscription(unittest.TestCase):
# Expect value coming from plugin libcontextsubscribertime2
self.assert_(self.context_client.expect("Test.Time = QString:\"Time2:"))
+ self.context_client.wait()
if __name__ == "__main__":
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 1)