mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
test: ap timeouts
This commit is contained in:
@@ -193,6 +193,7 @@ async function setupMockDefaults() {
|
|||||||
meta.config.initialPostDelay = 0;
|
meta.config.initialPostDelay = 0;
|
||||||
meta.config.newbiePostDelay = 0;
|
meta.config.newbiePostDelay = 0;
|
||||||
meta.config.autoDetectLang = 0;
|
meta.config.autoDetectLang = 0;
|
||||||
|
meta.config.activitypubProbeTimeout = 30000;
|
||||||
|
|
||||||
require('../../src/groups').cache.reset();
|
require('../../src/groups').cache.reset();
|
||||||
require('../../src/posts/cache').getOrCreate().reset();
|
require('../../src/posts/cache').getOrCreate().reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user