Try to fix tests on jenkins

Seems this test do not have enough time,
lets try with an higher timeout
This commit is contained in:
Davide Andreoli 2018-08-23 19:56:04 +02:00
parent 8cc259ca26
commit c9f5b53e28
1 changed files with 1 additions and 1 deletions

View File

@ -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()