test: reduce randomwalk timeout

This commit is contained in:
Jacob Heun
2019-12-06 17:07:01 +01:00
parent 3b52236dee
commit 0a8f9f3238

View File

@ -142,7 +142,7 @@ describe('peer discovery scenarios', () => {
enabled: true,
delay: 1000, // start the first query quickly
interval: 10000,
timeout: 3000
timeout: 1000
},
enabled: true
}