From 2ea99cd495df0dd4e9789cb27a2206c137f68e92 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Thu, 23 Sep 2021 22:37:09 +0000
Subject: [PATCH] Bump timeouts

---
 basice2e/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index 643f95b..e0c63a9 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -31,7 +31,7 @@ CLIENTOUT=results/clients
 UDBOUT=results/udb-console.txt
 CLIENTCLEAN=results/clients-cleaned
 
-CLIENTOPTS="--password hello --ndf results/ndf.json --waitTimeout 90 --unsafe-channel-creation -v $DEBUGLEVEL"
+CLIENTOPTS="--password hello --ndf results/ndf.json --waitTimeout 240 --unsafe-channel-creation -v $DEBUGLEVEL"
 CLIENTUDOPTS="--password hello --ndf results/ndf.json -v $DEBUGLEVEL"
 CLIENTSINGLEOPTS="--password hello --ndf results/ndf.json -v $DEBUGLEVEL"
 CLIENTGROUPOPTS="--password hello --ndf results/ndf.json -v $DEBUGLEVEL"
-- 
GitLab