From 0cba124be01d4e4945c29a7ab29074cef4a3897d Mon Sep 17 00:00:00 2001 From: whyrusleeping Date: Fri, 2 Aug 2019 16:23:26 -0700 Subject: [PATCH] CI machines are slow, need to stop relying on time --- chain/sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/sync_test.go b/chain/sync_test.go index 54fcae46f..d4dd86d5f 100644 --- a/chain/sync_test.go +++ b/chain/sync_test.go @@ -231,7 +231,7 @@ func TestSyncMining(t *testing.T) { require.NoError(t, tu.mn.LinkAll()) tu.connect(1, 0) - time.Sleep(time.Second) + time.Sleep(time.Second * 2) tu.checkHeight("client", client, H)