From 1ca53ae906147eee6e3cfec8bfad5dd3ad287ced Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 15 Nov 2017 18:26:06 -0800 Subject: [PATCH] test: decrease trickleDelay in integration tests to 50ms --- networktest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networktest.go b/networktest.go index 41eb6918..ace148e9 100644 --- a/networktest.go +++ b/networktest.go @@ -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