From 3334173895d3a3af8416ab3493f54494f99dc843 Mon Sep 17 00:00:00 2001 From: sambhavdutt Date: Fri, 14 Sep 2018 13:33:47 -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 feeb87c2..04038702 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