Skip to content

Commit

Permalink
fix: reintroduce 20s delay for api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 20, 2020
1 parent 4737f93 commit 5639379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.js
Expand Up @@ -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', {
Expand Down

0 comments on commit 5639379

Please sign in to comment.