Skip to content

Commit 39fc629

Browse files
committed
add automatic retries to mocha setup
1 parent b753e82 commit 39fc629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/testRunner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export async function runTests(
7979
mochaFile: outputFile,
8080
},
8181
},
82+
retries: 3, // runs a max of 4 times (3 retries + original)
8283
timeout: 0,
8384
})
8485

0 commit comments

Comments
 (0)