mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
miner: address comment
This commit is contained in:
parent
d10eb95ca8
commit
31c7a2b03d
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consens
|
|||
}
|
||||
w.skipSealHook = func(task *task) bool { return true }
|
||||
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.
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue