CI machines are slow, need to stop relying on time
This commit is contained in:
parent
280dac7945
commit
0cba124be0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user