Python/CloseTestPing.py
changeset 58 6577813acf12
parent 53 e9f209a24d53
     1.1 --- a/Python/CloseTestPing.py	Tue Jun 23 12:46:40 2009 -0700
     1.2 +++ b/Python/CloseTestPing.py	Fri Jul 03 17:50:28 2009 -0700
     1.3 @@ -24,7 +24,7 @@
     1.4          req.response.onComplete = self.handleResponse
     1.5          req.send()
     1.6          
     1.7 -        asyncore.loop(timeout=0, count=5)
     1.8 +        asyncore.loop(timeout=0, count=5) # give things time to send
     1.9          
    1.10          self.connection.close()
    1.11          
    1.12 @@ -32,5 +32,5 @@
    1.13  
    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()