1 | initial version |
You could try running the doctest with the verbose option:
sage -t -verbose devel/sage-trac/sage/combinat/sf/hall_littlewood.py 2>&1 | tee -a doctest.log
Then look through the log file to find where the doctest timed out.