Skip to content
Snippets Groups Projects
Commit 9fcc08c9 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Increase runs per-test

parent 6dce03da
Branches
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ function seed() { ...@@ -54,7 +54,7 @@ function seed() {
// support for "exhaustive" testing, increase or set in .json spec // support for "exhaustive" testing, increase or set in .json spec
// for detecting more bugs quickly by executing the same test N-times // for detecting more bugs quickly by executing the same test N-times
const max = test.repeat || (process.CI ? 100 : 10); const max = test.repeat || (process.CI ? 250 : 50);
let nth = max; let nth = max;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment