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

Increasing signing attempts to perform all signing computations #3713

Closed dimpar closed 1 year ago

dimpar commented 1 year ago

Refs https://github.com/keep-network/keep-core/issues/3665

It turns out that the current number of attempts is not enough and we need to bump it up so the integration tests computation has enough time to perform signing. The reason why they started failing is because the local chain has block times much shorter than the real ones. This will give much shorter timeouts to perform all the signing computations.

Credits: The fix was suggested by @lukasz-zimnoch