Changeset 1548
- Timestamp:
- 12/21/06 14:43:58
- Files:
-
- trunk/cherrypy/test/test_conn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_conn.py
r1474 r1548 185 185 self.assertBody("Hello, world!") 186 186 187 if self.scheme == "https": 188 # Adjust the timeout up to cover the higher timeouts of SSL 189 # (the wsgiserver ssl_timeout default is 3 seconds) 190 tout = 4 191 else: 192 tout = timeout * 2 193 187 194 # Wait for our socket timeout 188 time.sleep(t imeout * 2)195 time.sleep(tout) 189 196 190 197 # Make another request on the same socket, which should error

