mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Increase global maximum event listener limit for tests
This commit is contained in:
parent
e5c98aef96
commit
eff34dc204
@ -1,3 +1,7 @@
|
||||
import { setMaxListeners } from 'events'
|
||||
|
||||
setMaxListeners(100)
|
||||
|
||||
export default {
|
||||
timeout: 30000,
|
||||
defaultIpfsConfig: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user