CI machines are slow, need to stop relying on time

This commit is contained in:
whyrusleeping 2019-08-02 16:23:26 -07:00
parent 280dac7945
commit 0cba124be0

View File

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