mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-29 08:51:34 +00:00
chore: fix lint
test: reduce interval of randomwalk in test chore(test): glob fix
This commit is contained in:
@ -140,8 +140,8 @@ describe('peer discovery scenarios', () => {
|
||||
dht: {
|
||||
randomWalk: {
|
||||
enabled: true,
|
||||
delay: 100, // start the first query quickly
|
||||
interval: 1000,
|
||||
delay: 1000, // start the first query quickly
|
||||
interval: 10000,
|
||||
timeout: 3000
|
||||
},
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user