~mvo/aptdaemon/lp1044900

« back to all changes in this revision

Viewing changes to tests/test_pk.py

  • Committer: Sebastian Heinlein
  • Date: 2012-06-14 10:23:45 UTC
  • Revision ID: devel@glatzor.de-20120614102345-0ncedjf94ugvhaj3
test: Give the fake-polkitd more time to get known to DBus. Thanks Steve.

Would be nice to switch this to dbus activation in the future

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        self.start_session_aptd(self.chroot.path)
68
68
        # Start the fake PolikcyKit daemon
69
69
        self.start_fake_polkitd()
70
 
        time.sleep(0.5)
 
70
        time.sleep(2.0)
71
71
 
72
72
    def tearDown(self):
73
73
        shutil.rmtree(self.workdir)