celestiaorg / celestia-app

Celestia consensus node
https://celestiaorg.github.io/celestia-app/
Apache License 2.0
345 stars 292 forks source link

Fix timeout config override in e2e test #4023

Open evan-forbes opened 2 weeks ago

evan-forbes commented 2 weeks ago

Build tags are not working or not applied to the e2e tests, therefore we either need to fix them or use a different mechanism.

Previously in testground, we were using a specific version to do this. With the latest v3 release, we are incorporating the chain-id into the logic of the state machine, which would allow for such a change.