Changeset 110
- Timestamp:
- 12/29/04 17:11:59
- Files:
-
- trunk/cherrypy/test/helper.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/helper.py
r108 r110 93 93 # In thread-pool mode, it can take up to 1 sec for the server 94 94 # to shutdown 95 time.sleep(1 )95 time.sleep(1.1) 96 96 return 97 97

