diff --git a/tests/schema/main.spec.js b/tests/schema/main.spec.js index 0e9b67799e39db31fc69dcfb7a71e90fd8b45762..9b7a67b5f58ac91110aedd80b3a1b639617963af 100644 --- a/tests/schema/main.spec.js +++ b/tests/schema/main.spec.js @@ -54,7 +54,7 @@ function seed() { // support for "exhaustive" testing, increase or set in .json spec // 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;