Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gql] Increase EPOCH_DURATION_MS to reduce tests interacting with rec…
…onfiguration (#20692) ## Description When we submit a transaction to the test cluster while the nodes are reconfiguring for the new epoch, they will likely time out, causing several tests to frequently flake out. Instead of setting the `EPOCH_DURATION_MS` really low for tests using `TestCluster`, we should bump this to a really high value, and essentially require the caller to explicitly `trigger_reconfiguration` to advance the epoch as needed. This way, transactions aren't contending for nodes while they are advancing epoch. ## Test plan Flakey tests pass without multiple retries --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
- Loading branch information