mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase the timeout when doing a DBUS build test
This commit is contained in:
parent
6c318c7aac
commit
f375ec0809
@ -43,9 +43,9 @@ class BuildTest(unittest.TestCase):
|
||||
def test_dbus(self):
|
||||
from jeepney.io.blocking import open_dbus_connection
|
||||
if 'DBUS_SESSION_BUS_ADDRESS' in os.environ:
|
||||
bus = open_dbus_connection(bus='SYSTEM')
|
||||
bus = open_dbus_connection(bus='SYSTEM', auth_timeout=10.)
|
||||
bus.close()
|
||||
bus = open_dbus_connection(bus='SESSION')
|
||||
bus = open_dbus_connection(bus='SESSION', auth_timeout=10.)
|
||||
bus.close()
|
||||
del bus
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user