davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=c9f5b53e281834ad1f531f63e2743c0b4bc36e82

commit c9f5b53e281834ad1f531f63e2743c0b4bc36e82
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Thu Aug 23 19:56:04 2018 +0200

    Try to fix tests on jenkins
    
    Seems this test do not have enough time,
    lets try with an higher timeout
---
 tests/ecore/test_08_exe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ecore/test_08_exe.py b/tests/ecore/test_08_exe.py
index 567dfa9..69ec75b 100644
--- a/tests/ecore/test_08_exe.py
+++ b/tests/ecore/test_08_exe.py
@@ -34,7 +34,7 @@ class TestExeSubprocess(unittest.TestCase):
         exe.on_del_event_add(self.on_exe_del)
 
         # start ml with a 5 secs timeout
-        t = ecore.timer_add(5, ecore.main_loop_quit)
+        t = ecore.timer_add(15, ecore.main_loop_quit)
         ecore.main_loop_begin()
         t.delete()
 

-- 


Reply via email to