From 8e7914ff72c1bed82c43fda3ed8e30071f5c6c1b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 27 Oct 2020 13:01:41 -0400 Subject: [PATCH] fix: add back derpy 20 second sleep --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index 2ee58fc0dd..9cc2130522 100644 --- a/test/api.js +++ b/test/api.js @@ -119,7 +119,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', {