diff --git a/ledger/archival_test.go b/ledger/archival_test.go index 97fe5c02a6..113d29d607 100644 --- a/ledger/archival_test.go +++ b/ledger/archival_test.go @@ -106,7 +106,7 @@ func TestArchival(t *testing.T) { wl.l.AddBlock(blk, agreement.Certificate{}) // Don't bother checking the trackers every round -- it's too slow.. - if crypto.RandUint64()%10 > 0 { + if crypto.RandUint64()%23 > 0 { continue }