diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-18 12:03:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-18 12:03:44 +0000 |
commit | f81f2291a4f9c427bfe1cf43c168655f3760f324 (patch) | |
tree | 45eb80a85e0c7c0c2c1772bef5d823afa06bf032 /src/gns/test_gns_rel_expiration.sh | |
parent | c548217103fd9a463b3cc38774324edbb136d2c7 (diff) |
-check for DHT refresh, let it expire in the DHT once
Diffstat (limited to 'src/gns/test_gns_rel_expiration.sh')
-rwxr-xr-x | src/gns/test_gns_rel_expiration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_rel_expiration.sh b/src/gns/test_gns_rel_expiration.sh index 3b2859be1d..9a4a35dbfe 100755 --- a/src/gns/test_gns_rel_expiration.sh +++ b/src/gns/test_gns_rel_expiration.sh @@ -10,7 +10,7 @@ DELEGATED_PKEY=$(gnunet-identity -d -c test_gns_lookup.conf | grep delegatedego gnunet-namestore -p -z testego -a -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e '5 s' -c test_gns_lookup.conf gnunet-arm -i gns -c test_gns_lookup.conf -sleep 2 +sleep 7 gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP -e '5 s' -c test_gns_lookup.conf sleep 1 RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.b.gnu -t A -c test_gns_lookup.conf` |