nethermind
nethermind copied to clipboard
fix: add informative message to block processing timeout exception
What
Adds descriptive error message to InvalidOperationException thrown when block processing times out in HiveRunner.WaitForBlockProcessing.
Why
The exception was previously thrown without a message, making it difficult to diagnose timeout issues from logs. The new message includes the timeout duration and context, improving error visibility during HIVE initialization.