Skip to content

Commit dbdbe2f

Browse files
author
Dan Laine
authored
sync -- reduce test sizes (#1962)
1 parent 68245d1 commit dbdbe2f

File tree

2 files changed

+363
-377
lines changed

2 files changed

+363
-377
lines changed

x/sync/network_server_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ func Test_Server_GetChangeProof(t *testing.T) {
156156
require.NoError(t, err)
157157

158158
// create changes
159-
ops := make([]database.BatchOp, 0, 600)
160-
for x := 0; x < 600; x++ {
159+
ops := make([]database.BatchOp, 0, 300)
160+
for x := 0; x < 300; x++ {
161161
key := make([]byte, r.Intn(100))
162162
_, err = r.Read(key)
163163
require.NoError(t, err)

0 commit comments

Comments
 (0)