chore: Update Lane Specific Readmes (#254)

* nits

* e2e shorter testing time
This commit is contained in:
David Terpay
2023-12-01 16:13:57 -05:00
committed by GitHub
parent d2a7626464
commit 4bfb7ce525
11 changed files with 101 additions and 134 deletions
+2 -2
View File
@@ -1269,7 +1269,7 @@ func (s *IntegrationTestSuite) TestLanes() {
}
func (s *IntegrationTestSuite) TestNetwork() {
amountToTest := time.NewTicker(time.Second * 45)
amountToTest := time.NewTicker(time.Second * 30)
defer amountToTest.Stop()
numTxs := 10
@@ -1355,7 +1355,7 @@ func (s *IntegrationTestSuite) TestNetwork() {
}
})
amountToTest.Reset(3 * time.Minute)
amountToTest.Reset(1 * time.Minute)
s.Run("can produce blocks with all types of transactions", func() {
for {
select {