test: decrease trickleDelay in integration tests to 50ms
This commit is contained in:
parent
2861f6e5f4
commit
1ca53ae906
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user