From 6823f4b08c22b9a593a37f8215e89d980ab3ce55 Mon Sep 17 00:00:00 2001 From: kexkey Date: Wed, 10 Apr 2019 18:59:20 -0400 Subject: [PATCH] Added more time for the tests --- .../generators/app/templates/installer/testfeatures.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh b/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh index 31f0af6..40bff9b 100644 --- a/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh +++ b/install/generator-cyphernode/generators/app/templates/installer/testfeatures.sh @@ -121,8 +121,8 @@ checklnnode() { } checkservice() { - local interval=10 - local totaltime=120 + local interval=15 + local totaltime=180 local outcome local returncode=0 local endtime=$(($(date +%s) + ${totaltime})) @@ -179,8 +179,8 @@ checkservice() { } timeout_feature() { - local interval=10 - local totaltime=60 + local interval=15 + local totaltime=120 local testwhat=${1} local returncode local endtime=$(($(date +%s) + ${totaltime}))