034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script. It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.
Backpath-through: v4.2
# check to see if alll nodes are up
echo -n "starting to check follow primary results: "
date
-cnt=60
+cnt=120
while [ $cnt -gt 0 ]
do
# check to see if primary is now node 3
# check to see if alll nodes are up
echo -n "starting to check follow primary results: "
date
-cnt=60
+cnt=120
while [ $cnt -gt 0 ]
do
$PGBIN/psql -c "show pool_nodes" test 2>&1|grep -E 'down|error'