test-client fails when ran in parallel
Hello,
On kfreebsd, the test-client test fails with:
======================================================================
ERROR: testTimeoutSync (__main__.TestDBusBindings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../test/test-client.py", line 557, in testTimeoutSync
self.assertTrue(self.iface.BlockFor500ms(timeout=1.0) is None)
File "/<<PKGBUILDDIR>>/dbus/proxies.py", line 72, in __call__
return self._proxy_method(*args, **keywords)
File "/<<PKGBUILDDIR>>/dbus/proxies.py", line 147, in __call__
**keywords)
File "/<<PKGBUILDDIR>>/dbus/connection.py", line 653, in call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Disabling the parallelism allows to the test to pass