From 9100e5b2f34458dc11032cb2899f8a31518cd847 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Wed, 18 Aug 2021 10:44:48 -0700
Subject: [PATCH] Fix config

---
 basice2e/registration.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basice2e/registration.json b/basice2e/registration.json
index 50f648c..acdc6c2 100644
--- a/basice2e/registration.json
+++ b/basice2e/registration.json
@@ -1,8 +1,8 @@
 {
   "TeamSize": 3,
   "BatchSize": 32,
-  "MinimumDelay": 60,
-  "RealtimeDelay": 120,
+  "MinimumDelay": 1000,
+  "RealtimeDelay": 5000,
   "SemiOptimalOrdering": true,
   "Threshold":     3,
   "NodeCleanUpInterval": 3,
-- 
GitLab