Try increasing the timeout to see if the arm test passes

This commit is contained in:
Guillaume Ballet 2019-10-30 13:35:49 +01:00
parent a97be2e77b
commit 7726f53361

View file

@ -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