Modify ↓
Opened 17 years ago
Closed 15 years ago
#257 closed defect (fixed)
CommandLine timeout not implemented on win32
Reported by: | wbell | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | Recipe commands | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Windows |
Description
Stopping command line processes after a given time with the timeout parameter of commandline is not supported on win32.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Handling of timeout is part of the subprocess-implementation committed in [702], and will be available for all Windows slaves using Python 2.4 or higher (or that install subprocess module separately for 2.3).