ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.65k stars 3.28k forks source link

op-service: add configurable client timeout #12074

Closed bitwiseguy closed 1 month ago

bitwiseguy commented 1 month ago

Adds NewEngineAPIClientWithTimeout which allows for a configurable timeout parameter to be passed. Useful for testing outlier engine api calls in the replayor execution client benchmarking tool

(h/t @danyalprout)