mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Try increasing the timeout to see if the arm test passes
This commit is contained in:
parent
a97be2e77b
commit
7726f53361
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consens
|
|||
}
|
||||
}
|
||||
w.fullTaskHook = func() {
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
time.Sleep(1000 * time.Millisecond)
|
||||
}
|
||||
|
||||
// Ensure worker has finished initialization
|
||||
|
|
|
|||
Loading…
Reference in a new issue