Reenable test

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-08-27 22:31:58 +02:00
parent 8557505cbd
commit 349d9a2fad

View File

@ -226,7 +226,6 @@ func TestSyncSimple(t *testing.T) {
}
func TestSyncMining(t *testing.T) {
t.SkipNow()
H := 50
tu := prepSyncTest(t, H)
@ -235,7 +234,7 @@ func TestSyncMining(t *testing.T) {
require.NoError(t, tu.mn.LinkAll())
tu.connect(1, 0)
time.Sleep(time.Second * 2)
time.Sleep(time.Second * 4)
tu.checkHeight("client", client, H)