Enabled jest retries locally

This commit is contained in:
jamelreid 2021-12-10 11:01:58 -05:00
parent feec71249a
commit b4d0bc0dab
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ async function trashExistingPosts() {
// each other's side-effects.
beforeAll(async () => {
setupJestRetries();
setupJestRetries( 2 );
if ( DEFAULT_TIMEOUT_OVERRIDE ) {
page.setDefaultNavigationTimeout( DEFAULT_TIMEOUT_OVERRIDE );