From f1bcff2de6496dd631bf8a3b9c105e9b68160b92 Mon Sep 17 00:00:00 2001 From: sambhavdutt Date: Fri, 14 Sep 2018 13:40:33 -0400 Subject: [PATCH] Increase Delay for BYFN CouchDB tests. After Baseimage 0.4.11, the BYFN CouchDB tests are timing out with the default 3 second delay. This change is to increase the delay time to 15 seconds. --- scripts/Jenkins_Scripts/byfn_eyfn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Jenkins_Scripts/byfn_eyfn.sh b/scripts/Jenkins_Scripts/byfn_eyfn.sh index 7785bdd2..df5be14a 100755 --- a/scripts/Jenkins_Scripts/byfn_eyfn.sh +++ b/scripts/Jenkins_Scripts/byfn_eyfn.sh @@ -40,9 +40,9 @@ fi echo "############### BYFN,EYFN CUSTOM CHANNEL WITH COUCHDB TEST ##############" echo "#########################################################################" - echo y | ./byfn.sh -m up -c custom-channel-couchdb -s couchdb -t 60 + echo y | ./byfn.sh -m up -c custom-channel-couchdb -s couchdb -t 60 -d 15 err_Check $? custom-channel-couch couchdb - echo y | ./eyfn.sh -m up -c custom-channel-couchdb -s couchdb -t 60 + echo y | ./eyfn.sh -m up -c custom-channel-couchdb -s couchdb -t 60 -d 15 err_Check $? custom-channel-couch echo y | ./eyfn.sh -m down echo