Update task_runner_test.go

This commit is contained in:
Alex Dadgar 2016-08-11 18:01:27 -07:00 committed by GitHub
parent 807bf3cf6c
commit 2614b0f06e

View file

@ -275,7 +275,6 @@ func TestTaskRunner_Download_List(t *testing.T) {
select {
case <-tr.WaitCh():
case <-time.After(time.Duration(testutil.TestMultiplier()*15) * time.Second):
panic("timeout")
t.Fatalf("timeout")
}