diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-09 22:53:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-09 22:53:43 +0100 |
commit | 7436c508cef2032b578bde0587cde02f5b2819ff (patch) | |
tree | ead30fef3556cebe1d78a499ec53eab88152fedc | |
parent | 1b96f3d3b0e8d7f5b8f4843f4ef728dd72978f3e (diff) |
use saner default timeout
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index e1fcc8015..c61bfc6f0 100755 --- 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 |