Skip to content

Commit 9d9341d

Browse files
author
tac0turtle
committed
reduce
1 parent e1a887f commit 9d9341d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

execution/evm/execution_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ func TestSubmitTransaction(t *testing.T) {
390390
lastNonce, err = rpcClient.NonceAt(ctx, address, new(big.Int).SetUint64(height))
391391
require.NoError(t, err)
392392

393-
for s := 0; s < 30; s++ {
393+
for s := 0; s < 15; s++ {
394394
startTime := time.Now()
395-
for i := 0; i < 100; i++ {
395+
for i := 0; i < 50; i++ {
396396
tx := getRandomTransaction(t, 22000)
397397
submitTransaction(t, tx)
398398
}

0 commit comments

Comments
 (0)