Skip to content
Snippets Groups Projects
Unverified Commit 02d826e1 authored by Christophe Monniez's avatar Christophe Monniez
Browse files

FIX] web: increase timeout of test_01_js

The web test suite is increasing, so the test duration increases too.
6 minutes is not enough on some runbot instances.
parent 9bc9c864
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class WebSuite(odoo.tests.HttpCase):
def test_01_js(self):
# webclient desktop test suite
self.phantom_js('/web/tests?mod=web', "", "", login='admin', timeout=360)
self.phantom_js('/web/tests?mod=web', "", "", login='admin', timeout=420)
def test_02_js(self):
# webclient mobile test suite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment