Skip to content

Commit

Permalink
Reduce pending transactions to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Oct 30, 2024
1 parent 8d78e71 commit 55a83c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bor/mining_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ func TestMiningBenchmark(t *testing.T) {
var stacks []*node.Node
var ethbackends []*eth.Ethereum
var enodes []string
var txInTxpool = 5000
// Github instance is reallt slow. So, we will reduce the number of txs to 100.
var txInTxpool = 100
var txs []*types.Transaction

for i := 0; i < 1; i++ {
Expand Down

0 comments on commit 55a83c5

Please sign in to comment.