gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29713 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29713 - gnunet/src/gns
Date: Mon, 30 Sep 2013 15:06:17 +0200

Author: grothoff
Date: 2013-09-30 15:06:17 +0200 (Mon, 30 Sep 2013)
New Revision: 29713

Modified:
   gnunet/src/gns/test_gns_pseu_shorten.sh
Log:
-need sleep

Modified: gnunet/src/gns/test_gns_pseu_shorten.sh
===================================================================
--- gnunet/src/gns/test_gns_pseu_shorten.sh     2013-09-30 13:02:33 UTC (rev 
29712)
+++ gnunet/src/gns/test_gns_pseu_shorten.sh     2013-09-30 13:06:17 UTC (rev 
29713)
@@ -21,6 +21,8 @@
 gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e never -c 
test_gns_lookup.conf
 gnunet-namestore -p -z delegatedego -a -n "+" -t PSEU -V $TEST_PSEU -e never 
-c test_gns_lookup.conf
 RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u $TEST_NAME -t A -c 
test_gns_lookup.conf`
+# need to sleep here, as shortening happens asynchronously...
+sleep 1
 RES_IP_PSEU=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.alice.short.gnu -t 
A -c test_gns_lookup.conf`
 gnunet-namestore -z testego -d -n b -t PKEY -V $DELEGATED_PKEY  -e never -c 
test_gns_lookup.conf
 gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP  -e never -c 
test_gns_lookup.conf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]