diff -r de59ce19f42e -r 6c3b5372a307 Python/BLIPConnectionTest.py --- a/Python/BLIPConnectionTest.py Tue Jun 23 11:44:30 2009 -0700 +++ b/Python/BLIPConnectionTest.py Thu Jul 02 19:58:11 2009 -0700 @@ -18,7 +18,7 @@ kSendInterval = 0.2 -kNBatchedMessages = 10 +kNBatchedMessages = 4 # send only 40 requests total kUrgentEvery = 4 def randbool(): @@ -75,5 +75,5 @@ asyncore.loop() # got to give it time to negotiate close; this call should exit eventually if __name__ == '__main__': - logging.basicConfig(level=logging.DEBUG) + logging.basicConfig(level=logging.INFO) unittest.main()