Changes: Increasing delay in daemon test

pull/1/head
Nimika Keshri 15 years ago
parent fe6c689250
commit f5e4f3b692

@ -298,7 +298,7 @@ class launcher_tests (unittest.TestCase):
p = run_cmd_as_user('/usr/bin/applauncherd.bin --daemon')
time.sleep(5)
time.sleep(15)
st, op = commands.getstatusoutput('pgrep -lf "applauncherd.bin --daemon"')
debug("The pid of applauncherd --daemon is %s" %op)

Loading…
Cancel
Save