From 560f2670d25c6748f11ba212a68bb42dbb1bb10c Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Tue, 1 Jun 2021 10:25:07 -0700 Subject: [PATCH] Add comment --- basice2e/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/basice2e/run.sh b/basice2e/run.sh index aa55b24..e638f45 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -402,6 +402,7 @@ wait $PIDVAL wait $PIDVAL2 echo "FORCING MESSAGE PICKUP RETRY... " +# Higher timeouts for this test to allow message pickup retry to function CLIENTCMD="timeout 300s ../bin/client $CLIENTOPTS --forceMessagePickupRetry -l $CLIENTOUT/client20.log -s blob20 --sendid 20 --destid 21 --sendCount 8 --receiveCount 8 -m \"Hello from 20, without E2E Encryption\"" eval $CLIENTCMD >> $CLIENTOUT/client20.txt || true & PIDVAL=$! -- GitLab