Enabled jest retries locally
This commit is contained in:
parent
feec71249a
commit
b4d0bc0dab
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue