Changes between Initial Version and Version 1 of Ticket #11658
- Timestamp:
- 08/07/11 17:34:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11658
-
Property
Component
changed from
PLEASE CHANGE
toperformance
-
Property
Type
changed from
PLEASE CHANGE
todefect
-
Property
Component
changed from
-
Ticket #11658 – Description
initial v1 1 1 With a timeout of 5 seconds I should not be able to perform a sleep of 40 seconds! 2 2 3 4 {{{ 3 5 sage: from time import sleep 4 6 sage: f=parallel(ncpus=4,timeout=5,verbose=True) … … 8 10 Time: CPU 0.02 s, Wall: 40.07 s 9 11 10 12 }}}