chore: fix lint

test: reduce interval of randomwalk in test

chore(test): glob fix
This commit is contained in:
Jacob Heun
2019-12-06 14:28:52 +01:00
parent c7dcfe5e48
commit 3b52236dee
3 changed files with 15 additions and 15 deletions

View File

@ -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