# Summary There can be steps to be executed in parallel (a naive assumption could be that nearly all steps can be) to save time. # Motivation EnsureCleanState is ~10-30% of each e2e test run time, so optimizing it can substantially reduce the overall e2e tests run time. # Proposal Figure out which blocks are safe to execute in parallel and do so.