From 9fcc08c9357bab12b44ab403f5b2c7add9e527db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= <pateketrueke@gmail.com>
Date: Wed, 23 Oct 2019 10:00:24 -0500
Subject: [PATCH] Increase runs per-test

---
 tests/schema/main.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/schema/main.spec.js b/tests/schema/main.spec.js
index 0e9b6779..9b7a67b5 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;
 
-- 
GitLab