diff --git a/tests/testcases/test_daemon.py b/tests/testcases/test_daemon.py index 9390cb1d..215e004f 100644 --- a/tests/testcases/test_daemon.py +++ b/tests/testcases/test_daemon.py @@ -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