Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(flaky-test): Add time to beforeEach() to allow plugins to load on…
… first pass. (#3025) Loading plugins in beforeEach seems unwise: the it() blocks potentially run against different environments. In particular the first it() block runs with the timer already worn down by the plugin load and often the timeout hits on my mac air before the test passes.Until we can restructure this code a longer timeout avoids flaky tests.
- Loading branch information