Reenable test
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
8557505cbd
commit
349d9a2fad
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user