File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ def test_xen_approve_delete_existing_slots(blockchain_test: BlockchainTestFiller
295295 approval_value_fresh = Hash (0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE )
296296 approval_value_overwrite = Hash (0 )
297297
298- block_count = 100
298+ block_count = 10
299299
300300 for _ in range (block_count ):
301301 setup_calldata = Hash (current_address ) + approval_value_fresh
@@ -311,7 +311,7 @@ def test_xen_approve_delete_existing_slots(blockchain_test: BlockchainTestFiller
311311
312312 current_address += address_incr
313313
314- spam_count = 10
314+ spam_count = 1000
315315
316316 for _ in range (spam_count ):
317317 # NOTE: USDC does not allow changing the approval value. It first has to be
You can’t perform that action at this time.
0 commit comments