aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader
diff options
context:
space:
mode:
Diffstat (limited to 'eth/downloader')
-rw-r--r--eth/downloader/downloader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go
index 288072164..cab213499 100644
--- a/eth/downloader/downloader_test.go
+++ b/eth/downloader/downloader_test.go
@@ -274,7 +274,7 @@ func TestThrottling(t *testing.T) {
// Iteratively take some blocks, always checking the retrieval count
for total := 0; total < targetBlocks; {
// Sleep a bit for sync to complete
- time.Sleep(250 * time.Millisecond)
+ time.Sleep(500 * time.Millisecond)
// Fetch the next batch of blocks
took := tester.downloader.TakeBlocks()