From 9da0232eef7e7abd9f036fccb231220e272e6049 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Sat, 30 May 2015 00:45:22 +0300 Subject: eth/downloader: update test for shitty travis --- eth/downloader/downloader_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit