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