Open
Description
Originally, the --quick_run
flag allowed us to run an important subset of tests in 5-10 minutes. Since its introduction, the runtime has increased to the point that --quick_run
can no longer be used for its intended purpose. --quick_run
should be updated to ensure that it can be used for rapid iteration during development. After updating, it should be considered a goal to keep quick runs under 5 minutes and a bug if the quick run exceeds approximately 10 minutes on standard hardware.