miner: address comment

This commit is contained in:
rjl493456442 2019-11-20 18:21:35 +08:00
parent d10eb95ca8
commit 31c7a2b03d

View file

@ -291,7 +291,7 @@ func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consens
} }
w.skipSealHook = func(task *task) bool { return true } w.skipSealHook = func(task *task) bool { return true }
w.fullTaskHook = func() { w.fullTaskHook = func() {
// Arch64 unit tests are running in a VM on travis, they must // Aarch64 unit tests are running in a VM on travis, they must
// be given more time to execute. // be given more time to execute.
time.Sleep(time.Second) time.Sleep(time.Second)
} }