Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
another debugging hack to try to figure out what's going wrong on macOS
  • Loading branch information
orlitzky committed Oct 16, 2024
1 parent 3345086 commit 12c0fa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sage/doctest/forker.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,13 @@ def compiler(example):
outcome = SUCCESS

check_timer.stop()

# DO NOT MERGE
if not hasattr(example, 'walltime'):
# Do we get an exception before
# timer.stop().annotate(example) is called?
raise exception

self.total_walltime += example.walltime + check_timer.walltime

# Report the outcome.
Expand Down

0 comments on commit 12c0fa6

Please sign in to comment.