test(integration): reduce to fit in sector size
Reduce deal size to fit in sector
This commit is contained in:
parent
71289b58ff
commit
17a4a99f9c
@ -42,7 +42,7 @@ func TestDealFlow(t *testing.T, b APIBuilder, blocktime time.Duration) {
|
|||||||
}
|
}
|
||||||
time.Sleep(time.Second)
|
time.Sleep(time.Second)
|
||||||
|
|
||||||
data := make([]byte, 1000)
|
data := make([]byte, 800)
|
||||||
rand.New(rand.NewSource(5)).Read(data)
|
rand.New(rand.NewSource(5)).Read(data)
|
||||||
|
|
||||||
r := bytes.NewReader(data)
|
r := bytes.NewReader(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user