Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Final touch to (almost) remove flakiness from cross_shard_tx (#3214
) After disabling seals, the minimum block time that `cross_shard_tx` can tolerate dropped drastically, to 80ms. We recently introduced a check at the end of the test that makes sure that the block prod time is not too high, so that `cross_shard_tx` actually ends up producing lots of forks. That check was failing recently. With 80ms block time the test passes very consistently. Fixes #3140 Test plan: http://nayduck.eastus.cloudapp.azure.com:3000/#/run/154
- Loading branch information