test(integration): reduce to fit in sector size
Reduce deal size to fit in sector
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user