test: reduce randomwalk timeout

This commit is contained in:
Jacob Heun
2019-12-06 17:07:01 +01:00
parent 85988cfaab
commit 404fa69513

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
}