commit 7436c508cef2032b578bde0587cde02f5b2819ff
parent 1b96f3d3b0e8d7f5b8f4843f4ef728dd72978f3e
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 9 Feb 2024 22:53:43 +0100
use saner default timeout
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
@@ -519,7 +519,7 @@ then
--account="$USE_ACCOUNT" \
-c "$CONF" \
-L "$LOGLEVEL" \
- --longpoll-timeout="1 s" \
+ --longpoll-timeout="60 s" \
2> taler-exchange-wirewatch.log &
echo " DONE"
fi