Speed up tests

This commit is contained in:
haad
2018-03-31 13:21:03 +02:00
parent 65ca10f79d
commit 96736809ec
2 changed files with 11 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ Object.keys(testAPIs).forEach(API => {
})
it('replicates multiple open databases', async () => {
const entryCount = 100
const entryCount = 32
const entryArr = []
// Create an array that we use to create the db entries
@@ -191,7 +191,7 @@ Object.keys(testAPIs).forEach(API => {
})
resolve()
}
}, 500)
}, 200)
})
})
})