From 5f9cdec12f6fac432adf29733cd24b657fb97228 Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Thu, 12 May 2011 15:35:26 +0300 Subject: [PATCH] Changes: Adding delay in a test case to avoid test failure RevBy : TrustMe --- tests/harmattan/testscripts/test-func-launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/harmattan/testscripts/test-func-launcher.py b/tests/harmattan/testscripts/test-func-launcher.py index 57e08d1..68a13e0 100644 --- a/tests/harmattan/testscripts/test-func-launcher.py +++ b/tests/harmattan/testscripts/test-func-launcher.py @@ -848,7 +848,7 @@ class launcher_tests (unittest.TestCase): #For booster-m #Check though the process list p = run_cmd_as_user('invoker --type=m --no-wait fala_wl -faulty') - time.sleep(2) + time.sleep(5) pid = get_pid('fala_wl') st, op = commands.getstatusoutput('cat /proc/%s/cmdline' %pid) self.assert_(op.split('\0')[0] == "fala_wl",'Application name is incorrect')