Skip to content

Commit

Permalink
changed delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyJiaqg committed Jan 15, 2018
1 parent 55f6681 commit 3f338f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/downloader/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ func testCancel(t *testing.T, protocol int, mode SyncMode) {
t.Fatalf("failed to synchronise blocks: %v", err)
}

time.Sleep(40 * time.Second)
time.Sleep(45 * time.Second)

tester.downloader.Cancel()
if !tester.downloader.queue.Idle() {
Expand Down

0 comments on commit 3f338f5

Please sign in to comment.