test: decrease trickleDelay in integration tests to 50ms

This commit is contained in:
Olaoluwa Osuntokun 2017-11-15 18:26:06 -08:00
parent 2861f6e5f4
commit 1ca53ae906
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -64,7 +64,7 @@ var (
// trickleDelay is the amount of time in milliseconds between each
// release of announcements by AuthenticatedGossiper to the network.
trickleDelay = 300
trickleDelay = 50
)
// generateListeningPorts returns two strings representing ports to listen on