[IMP] website_sale: extend timeout for shoptest tour

bzr revid: chm@openerp.com-20140123081411-9u5h4720504jdbvf
This commit is contained in:
Christophe Matthieu 2014-01-23 09:14:11 +01:00
parent b32fbce49c
commit 4b429a033b
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ testRunner.run(function websiteSaleTest (page, timeout) {
page.evaluate(function () {
window.openerp.website.TestConsole.test('shoptest').run(true);
});
}, timeout/5);
}, timeout);
});