diff --git a/tests/integration_test.py b/tests/integration_test.py index dd64c6f..0ddb4c0 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -258,7 +258,7 @@ class Tests(dbusmock.DBusTestCase): self.daemon.terminate() except OSError: pass - self.daemon.wait(timeout=3000) + self.assertEqual(self.daemon.wait(timeout=3000), 0) self.daemon = None self.proxy = None