From 44282eed161927c742953d342848e752171bdb1f Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 7 Oct 2016 14:00:17 +1030 Subject: [PATCH] test.sh: increase timeout, slow down bitcoind polling. My temporary machine is incredibly slow. Signed-off-by: Rusty Russell --- daemon/test/test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daemon/test/test.sh b/daemon/test/test.sh index 586397d72..49c2e564c 100755 --- a/daemon/test/test.sh +++ b/daemon/test/test.sh @@ -221,13 +221,13 @@ check() while ! eval "$@"; do # Try making time pass for the nodes (if on mocktime), then sleeping. if [ -n "$MOCKTIME" ]; then - MOCKTIME=$(($MOCKTIME + 1)) + MOCKTIME=$(($MOCKTIME + 5)) lcli1 dev-mocktime $MOCKTIME lcli2 dev-mocktime $MOCKTIME fi sleep 1 i=$(($i + 1)) - if [ $i = 20 ]; then + if [ $i = 30 ]; then return 1 fi done @@ -367,7 +367,7 @@ cat > $DIR1/config < $DIR2/config <