diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2018-08-23 19:56:04 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2018-08-23 19:56:04 +0200 |
commit | c9f5b53e281834ad1f531f63e2743c0b4bc36e82 (patch) | |
tree | 91ac6ce500d8d9152b5512c4210eb1845c9467fd | |
parent | 8cc259ca26e67a91ab0d18cadc5044282bd8b987 (diff) |
Try to fix tests on jenkinsv1.21.0python-efl-1.21
Seems this test do not have enough time,
lets try with an higher timeout
-rw-r--r-- | tests/ecore/test_08_exe.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
34 | exe.on_del_event_add(self.on_exe_del) | 34 | exe.on_del_event_add(self.on_exe_del) |
35 | 35 | ||
36 | # start ml with a 5 secs timeout | 36 | # start ml with a 5 secs timeout |
37 | t = ecore.timer_add(5, ecore.main_loop_quit) | 37 | t = ecore.timer_add(15, ecore.main_loop_quit) |
38 | ecore.main_loop_begin() | 38 | ecore.main_loop_begin() |
39 | t.delete() | 39 | t.delete() |
40 | 40 | ||