[IMP] slightly higher timeout

pull/1030/head
Holger Brunn 2017-05-01 19:11:22 +02:00
parent 21c2320dc4
commit 149cd41302
No known key found for this signature in database
GPG Key ID: 01C9760FECA3AE18
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ openerp.web_search_autocomplete_prefetch = function(instance)
});
instance.web.search.AutoComplete.include({
keypress_timeout: 200,
keypress_timeout: 350,
select_item: function()
{
if(!this.current_result)