Skip to content

Commit 70a5f27

Browse files
committed
chore(tests): update slow deposit tests.
1 parent 608dbdb commit 70a5f27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/prague/eip6110_deposits/test_deposits.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@
314314
signature=0x03,
315315
index=i,
316316
)
317-
for i in range(1000)
317+
for i in range(500)
318318
],
319-
tx_gas_limit=60_000_000,
319+
tx_gas_limit=16_777_216,
320320
),
321321
],
322322
id="many_deposits_from_contract",
@@ -486,9 +486,9 @@
486486
index=i,
487487
valid=False,
488488
)
489-
for i in range(1000)
489+
for i in range(500)
490490
],
491-
tx_gas_limit=23_738_700,
491+
tx_gas_limit=10_000_000,
492492
),
493493
],
494494
id="many_deposits_from_contract_oog",

0 commit comments

Comments
 (0)