good morning!!!!

Skip to content
Snippets Groups Projects
Commit 43656684 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

eth/downloader: extend slow test to fix even slower CI server...

parent 55dd8fd6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment