mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
DEV: 25ms was too short and causing test failures (#9712)
This commit is contained in:
parent
b2e4ca968b
commit
5bac2828ee
@ -22,7 +22,7 @@ function searchTags(term, categories, limit) {
|
||||
() => {
|
||||
resolve(CANCELLED_STATUS);
|
||||
},
|
||||
Ember.testing ? 25 : 5000
|
||||
Ember.testing ? 50 : 5000
|
||||
);
|
||||
|
||||
const debouncedSearch = discourseDebounce((q, cats, resultFunc) => {
|
||||
|
@ -185,7 +185,7 @@ export default function userSearch(options) {
|
||||
() => {
|
||||
resolve(CANCELLED_STATUS);
|
||||
},
|
||||
Ember.testing ? 25 : 5000
|
||||
Ember.testing ? 50 : 5000
|
||||
);
|
||||
|
||||
if (skipSearch(term, options.allowEmails)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user