From 7726f53361ac02037930a2de0f2d6c7089d4352b Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Wed, 30 Oct 2019 13:35:49 +0100 Subject: [PATCH] Try increasing the timeout to see if the arm test passes --- miner/worker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker_test.go b/miner/worker_test.go index faebee1a72..40822ee2b4 100644 --- a/miner/worker_test.go +++ b/miner/worker_test.go @@ -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