increased timeout for TestDBusDaemon

This commit is contained in:
sezanzeb 2022-01-14 18:55:11 +01:00
parent 3cd30c4bf3
commit 334d73b437

View File

@ -64,7 +64,7 @@ class TestDBusDaemon(unittest.TestCase):
target=os.system, args=("input-remapper-service -d",)
)
self.process.start()
time.sleep(0.5)
time.sleep(1)
# should not use pkexec, but rather connect to the previously
# spawned process