diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 40f77e7dba3e094c5072ed32f5ca76dc967e2e36..484cc321867bfbb02241174f56ed1355449ac07e 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -359,7 +359,7 @@ func TestSlowSynchronisation(t *testing.T) { // Create a batch of blocks, with a slow and a full speed peer targetCycles := 2 targetBlocks := targetCycles*blockCacheLimit - 15 - targetIODelay := 500 * time.Millisecond + targetIODelay := time.Second hashes := createHashes(targetBlocks, knownHash) blocks := createBlocksFromHashes(hashes)