aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_delegated_lookup.sh
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-21 08:56:48 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-21 08:56:48 +0000
commitcc860cd0446b963f8ca0b6866bf0042b85d6fe2e (patch)
tree1d124e17cdbe08ef2a9c5a49e446215c43e0f8be /src/gns/test_gns_delegated_lookup.sh
parent73ae6c62217f8442033e44fa8de9bdc2059a5423 (diff)
downloadgnunet-cc860cd0446b963f8ca0b6866bf0042b85d6fe2e.tar.gz
gnunet-cc860cd0446b963f8ca0b6866bf0042b85d6fe2e.zip
timeout is to short on slower systems (and when running with valgrind)
Diffstat (limited to 'src/gns/test_gns_delegated_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_delegated_lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_delegated_lookup.sh b/src/gns/test_gns_delegated_lookup.sh
index 04a46f834..43d72e823 100755
--- a/src/gns/test_gns_delegated_lookup.sh
+++ b/src/gns/test_gns_delegated_lookup.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT 2trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
3which timeout &> /dev/null && DO_TIMEOUT="timeout 5" 3which timeout &> /dev/null && DO_TIMEOUT="timeout 30"
4rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f` 4rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f`
5 5
6TEST_IP="127.0.0.1" 6TEST_IP="127.0.0.1"