keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
118 stars 73 forks source link

Increase timeout for `GetBlockHashByNumber` function #3754

Closed lukasz-zimnoch closed 8 months ago

lukasz-zimnoch commented 8 months ago

During tests of the RFC 12 implementation, we discovered that the timeout of 10 seconds for GetBlockHashByNumber is sometimes too short. Here we are increasing it to 30 seconds to improve success rate.