Skip to content

Commit

Permalink
make "large multiplication" larger so that it takes too long on fast …
Browse files Browse the repository at this point in the history
…machines
  • Loading branch information
jhpalmieri authored and tscrim committed Dec 28, 2023
1 parent e249bef commit 47eb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/structure/coerce_actions.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ cdef class IntegerMulAction(IntegerAction):
Check that large multiplications can be interrupted::
sage: # needs sage.schemes
sage: alarm(0.001); 2^(10^7) * P
sage: alarm(0.001); 2^(10^8) * P
Traceback (most recent call last):
...
AlarmInterrupt
Expand Down

0 comments on commit 47eb088

Please sign in to comment.