Skip to content

Commit

Permalink
e2e shorter testing time
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Dec 1, 2023
1 parent 45c6a29 commit 7cc38e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/block_sdk_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 7cc38e3

Please sign in to comment.