test(integration): reduce to fit in sector size

Reduce deal size to fit in sector
This commit is contained in:
hannahhoward
2020-01-28 14:08:13 -08:00
parent 71289b58ff
commit 17a4a99f9c
+1 -1
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)