OSDN Git Service

Add a regular sync maximum block limit (#287)
[bytom/vapor.git] / netsync / chainmgr / block_keeper_test.go
index 4a12346..06a36d2 100644 (file)
@@ -55,7 +55,7 @@ func TestRegularBlockSync(t *testing.T) {
                        syncTimeout: 30 * time.Second,
                        aBlocks:     chainX[:52],
                        bBlocks:     chainZ,
-                       want:        chainZ[:201],
+                       want:        chainZ[:180],
                        err:         nil,
                },
        }