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.
This commit is contained in:
sambhavdutt 2018-09-14 13:40:33 -04:00 committed by GitHub
parent eb3331eba4
commit f1bcff2de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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