From 6aecc1770cb0f59547f34b17f9acaf0e7c9c76df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 23 Jun 2020 00:54:58 -0400 Subject: [PATCH] feat: increase wait --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index 435d0ab183..15e3fded31 100644 --- a/test/api.js +++ b/test/api.js @@ -66,7 +66,7 @@ describe('Read API', async () => { await socketUser.exportPosts({ uid: adminUid }, { uid: adminUid }); await socketUser.exportUploads({ uid: adminUid }, { uid: adminUid }); // wait for export child process to complete - await wait(2000); + await wait(20000); // Attach a search hook so /api/search is enabled plugins.registerHook('core', {