The [timeout wrapped check](https://github.com/wevm/prool/blob/801ede06ded8b2cb2d59c95294aae795e548897c/src/instance.ts#L210) can cause prool to throw an exception which can't be easily catched in a try-catch when calling `start()`. https://github.com/wevm/prool/blob/801ede06ded8b2cb2d59c95294aae795e548897c/src/instance.ts#L210 Additionally when using anvil it's not possible to increase the timeout.
The timeout wrapped check can cause prool to throw an exception which can't be easily catched in a try-catch when calling
start().prool/src/instance.ts
Line 210 in 801ede0
Additionally when using anvil it's not possible to increase the timeout.