Test to trigger batching logic

This commit is contained in:
Łukasz Magiera
2021-05-18 18:41:42 +02:00
parent 1946d2ffd4
commit 9690bc882c
3 changed files with 53 additions and 1 deletions
+6
View File
@@ -148,6 +148,12 @@ func TestPledgeSectors(t *testing.T) {
})
}
func TestPledgeBatching(t *testing.T) {
t.Run("100", func(t *testing.T) {
test.TestPledgeBatching(t, builder.MockSbBuilder, 50*time.Millisecond, 100)
})
}
func TestTapeFix(t *testing.T) {
logging.SetLogLevel("miner", "ERROR")
logging.SetLogLevel("chainstore", "ERROR")