test(integration): reduce to fit in sector size

Reduce deal size to fit in sector
This commit is contained in:
hannahhoward 2020-01-24 13:17:52 -08:00
parent 71289b58ff
commit 17a4a99f9c

View File

@ -42,7 +42,7 @@ func TestDealFlow(t *testing.T, b APIBuilder, blocktime time.Duration) {
}
time.Sleep(time.Second)
data := make([]byte, 1000)
data := make([]byte, 800)
rand.New(rand.NewSource(5)).Read(data)
r := bytes.NewReader(data)