[FAB-12022] Fix CI by increasing couchdb timeout

Increase retry timeout from 3s to 15s so that initial CLI
commands after peers and couchdb come up are successful.

Change-Id: Ib5f879bde52395d9f600683da17bf03aff6e05b2
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
(cherry picked from commit 9c6aceed38)
This commit is contained in:
David Enyeart 2018-09-16 23:37:04 -04:00
parent ea857e0639
commit e5257214ba

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 75 -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 75 -d 15
err_Check $? custom-channel-couch
echo y | ./eyfn.sh -m down
echo