From 4b5b06b6fc948a368b537289199223f9c115ffc8 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 6 Mar 2018 21:02:22 -0800 Subject: [PATCH] speed up tests --- bin/restore-mastodon-data.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/restore-mastodon-data.js b/bin/restore-mastodon-data.js index 31a1bc2..3383b9e 100644 --- a/bin/restore-mastodon-data.js +++ b/bin/restore-mastodon-data.js @@ -47,10 +47,6 @@ export async function restoreMastodonData () { console.log(JSON.stringify(action)) let accessToken = users[action.user].accessToken - if (action.post || action.boost) { - await new Promise(resolve => setTimeout(resolve, 1100)) - } - if (action.post) { let { text, media, sensitive, spoiler, privacy, inReplyTo, internalId } = action.post if (typeof inReplyTo !== 'undefined') {