remove sleep while restoring mastodon test data (#338)

faster-tests
Nolan Lawson 2018-05-26 16:18:23 -07:00 zatwierdzone przez GitHub
rodzic 611282d1ad
commit 9235726a59
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,6 @@ export async function restoreMastodonData () {
let internalIdsToIds = {}
for (let action of actions) {
console.log(JSON.stringify(action))
await new Promise(resolve => setTimeout(resolve, 200)) // sleep because otherwise order may not be preserved
let accessToken = users[action.user].accessToken
if (action.post) {