aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py')
-rwxr-xr-xlibcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py b/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
index 925a1812..f695e91c 100755
--- a/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
+++ b/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
@@ -78,8 +78,8 @@ class RapidChanges(unittest.TestCase):
self.assertFalse(context_client.expect("test.fast =", wantdump = False, timeout=1),
"expected a single valueChanged")
- provider_fast.close()
- context_client.close()
+ context_client.wait()
+ provider_fast.wait()
def runTests():
suiteInstallation = unittest.TestLoader().loadTestsFromTestCase(RapidChanges)