Increase global maximum event listener limit for tests

This commit is contained in:
haad 2023-03-09 07:42:36 +02:00
parent e5c98aef96
commit eff34dc204

View File

@ -1,3 +1,7 @@
import { setMaxListeners } from 'events'
setMaxListeners(100)
export default { export default {
timeout: 30000, timeout: 30000,
defaultIpfsConfig: { defaultIpfsConfig: {