From b3e00489c84a8797ad2bca21ce37c010f94ecfd8 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 12 Nov 2020 15:57:36 -0500 Subject: [PATCH] fix: add back test timeout for exports --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index fd7a8fc6bd..a4ac532666 100644 --- a/test/api.js +++ b/test/api.js @@ -132,7 +132,7 @@ describe('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(5000); + await wait(5000); // Attach a search hook so /api/search is enabled plugins.registerHook('core', {