From 563937950a401bfd05af01ea6d471fc17847d3fc Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 20 Aug 2020 10:40:24 -0400 Subject: [PATCH] fix: reintroduce 20s delay for api tests --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index ba06b4e929..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(20000); + await wait(20000); // Attach a search hook so /api/search is enabled plugins.registerHook('core', {