Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
662 stars 278 forks source link

Upgrade acceptance tests flakiness fix #8635

Closed gfukushima closed 1 week ago

gfukushima commented 1 week ago

PR Description

Switching the order of the startup since we don't need to wait the second EL to start to start the first CL in the ATs. This might be causing a unnecessary delay in starting the validator which prevents the chain from progressing and breaks the tests. Also adding 30 extra seconds to genesis to avoid getting started before CL and EL are ready.

Documentation

Changelog