commit 5e1703f99ef741e9ef6d75ea1a231efb54478982 parent b4d1a07d51523c097ab951ddd25c35bd534c4f99 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 8 Mar 2017 15:32:37 +0100 no timeout Diffstat:
| M | bin/taler-deployment-arm | | | 2 | +- |
| M | bin/taler-deployment-stop | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/taler-deployment-arm b/bin/taler-deployment-arm @@ -15,4 +15,4 @@ ulimit -c $((100 * 1024)) mkdir -p $logdir -exec gnunet-arm -c $base/deployment/gnunet.conf -T5s "$@" +exec gnunet-arm -c $base/deployment/gnunet.conf "$@" diff --git a/bin/taler-deployment-stop b/bin/taler-deployment-stop @@ -8,4 +8,4 @@ ulimit -c $((100 * 1024)) cd $HOME -taler-deployment-arm -e -T 5s &>/dev/null +taler-deployment-arm -e -T 10s &>/dev/null