mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-18 03:25:52 +00:00
increased timeout for TestDBusDaemon
This commit is contained in:
parent
3cd30c4bf3
commit
334d73b437
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user