Commit 9da0232e authored by Péter Szilágyi's avatar Péter Szilágyi

eth/downloader: update test for shitty travis

parent 0275fcb3
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment