diff --git a/tests/harmattan/testscripts/test-func-launcher.py b/tests/harmattan/testscripts/test-func-launcher.py index 2ffb135..fccb092 100644 --- a/tests/harmattan/testscripts/test-func-launcher.py +++ b/tests/harmattan/testscripts/test-func-launcher.py @@ -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)