Python/BLIPConnectionTest.py
changeset 56 6c3b5372a307
parent 51 de59ce19f42e
     1.1 --- a/Python/BLIPConnectionTest.py	Tue Jun 23 11:44:30 2009 -0700
     1.2 +++ b/Python/BLIPConnectionTest.py	Thu Jul 02 19:58:11 2009 -0700
     1.3 @@ -18,7 +18,7 @@
     1.4  
     1.5  
     1.6  kSendInterval = 0.2
     1.7 -kNBatchedMessages = 10
     1.8 +kNBatchedMessages = 4 # send only 40 requests total
     1.9  kUrgentEvery = 4
    1.10  
    1.11  def randbool():
    1.12 @@ -75,5 +75,5 @@
    1.13          asyncore.loop() # got to give it time to negotiate close; this call should exit eventually
    1.14  
    1.15  if __name__ == '__main__':
    1.16 -    logging.basicConfig(level=logging.DEBUG)
    1.17 +    logging.basicConfig(level=logging.INFO)
    1.18      unittest.main()