gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28510 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r28510 - gnunet/src/dht
Date: Mon, 12 Aug 2013 00:28:49 +0200

Author: grothoff
Date: 2013-08-12 00:28:48 +0200 (Mon, 12 Aug 2013)
New Revision: 28510

Modified:
   gnunet/src/dht/test_dht_tools.py.in
Log:
-use 5 ms for timeout, not 5 us

Modified: gnunet/src/dht/test_dht_tools.py.in
===================================================================
--- gnunet/src/dht/test_dht_tools.py.in 2013-08-11 22:28:06 UTC (rev 28509)
+++ gnunet/src/dht/test_dht_tools.py.in 2013-08-11 22:28:48 UTC (rev 28510)
@@ -113,7 +113,7 @@
 time.sleep (1)
 
 print ("TEST: Testing get...", end='')
-rc, stdo, stde = r_get (['-k', 'testkey', '-T', '5', '-t', '8'], want_stdo = 
True, failer = end_arm_failer)
+rc, stdo, stde = r_get (['-k', 'testkey', '-T', '5 ms', '-t', '8'], want_stdo 
= True, failer = end_arm_failer)
 stdo = stdo.replace ('\r', '').splitlines ()
 expect = "Result 0, type 8:\ntestdata".splitlines()
 if len (stdo) != 2 or len (expect) != 2 or stdo[0] != expect[0] or stdo[1] != 
expect[1]:




reply via email to

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