From 777384f07e32c86d655e41c524d5ce2c012b24e4 Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Wed, 12 Apr 2023 11:24:41 -0700
Subject: [PATCH] Add opts to dm package

---
 basice2e/run.sh | 1 -
 dm/run.sh       | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index 28efcda..8231489 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -35,7 +35,6 @@ CLIENTCLEAN=results/clients-cleaned
 
 CLIENTOPTS="--password hello --ndf results/ndf.json --verify-sends --sendDelay 100 --waitTimeout 360 -v $DEBUGLEVEL"
 CLIENTEPHREGOPTS="--password hello --ndf results/ndf.json --verify-sends --sendDelay 100 --waitTimeout 360 -v $DEBUGLEVEL --disableNodeRegistration --enableEphemeralRegistration"
-CLIENTDMOPTS="--password hello --ndf results/ndf.json --waitTimeout 360 -v $DEBUGLEVEL"
 CLIENTGROUPOPTS="--password hello --waitTimeout 600 --ndf results/ndf.json -v $DEBUGLEVEL"
 CLIENTFILETRANSFEROPTS="--password hello --waitTimeout 600 --ndf results/ndf.json -v $DEBUGLEVEL"
 CLIENTREKEYOPTS="--password hello --ndf results/ndf.json --verify-sends --waitTimeout 600 -v $DEBUGLEVEL"
diff --git a/dm/run.sh b/dm/run.sh
index 6fe6431..5f439b3 100755
--- a/dm/run.sh
+++ b/dm/run.sh
@@ -115,6 +115,8 @@ fi
 # Test DMs
 ###############################################################################
 
+CLIENTDMOPTS="--password hello --ndf results/ndf.json --waitTimeout 360 -v $DEBUGLEVEL"
+
 echo "SENDING DM MESSAGES TO NEW USERS"
 # The goal here is to try 3 things:
 # 1. Send a DM to myself
-- 
GitLab