aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/downloader_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/downloader/downloader_test.go')
-rw-r--r--eth/downloader/downloader_test.go1
1 files changed, 1 insertions, 0 deletions
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)