From ed07ffcde5ab661a9fd41045c5ec102e7839001c Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 19 Apr 2015 17:34:32 +0200 Subject: downloader: fixed tests with low ttl --- eth/downloader/downloader_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'eth/downloader/downloader_test.go') diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 249d8a533..1d449cfba 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -110,6 +110,7 @@ func TestDownload(t *testing.T) { glog.SetToStderr(true) minDesiredPeerCount = 4 + blockTtl = 1 * time.Second hashes := createHashes(0, 1000) blocks := createBlocksFromHashes(hashes) -- cgit v1.2.3