mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Speed up tests
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user