cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
19 stars 38 forks source link

test: improve `InputBox` test performance #232

Closed guidanoli closed 8 months ago

guidanoli commented 8 months ago

This test case was taking 30 seconds on my machine. For testing large inputs, you don't need to make chainId a fuzzy parameter. So, I made it constant, with value 1. Now it's taking 2 seconds.