Skip to content
Snippets Groups Projects
  • John Chilton's avatar
    20246997
    More attempts to address test timeouts. · 20246997
    John Chilton authored
    So it turns out nose.tools.timed doesn't actually kill functions on timeout. Create a new decorator that actually does using the stopit library. Add decorator to another function that appears to hang under Python 3.4 sometimes.
    
    Finally, under Python 3.4 on Traivs print the functions running so we can see hung entries.
    20246997
    History
    More attempts to address test timeouts.
    John Chilton authored
    So it turns out nose.tools.timed doesn't actually kill functions on timeout. Create a new decorator that actually does using the stopit library. Add decorator to another function that appears to hang under Python 3.4 sometimes.
    
    Finally, under Python 3.4 on Traivs print the functions running so we can see hung entries.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.