Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix test_long
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 23, 2022
1 parent db1d505 commit a09d5ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/libs/gap/test_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def _test_loop_1():
"""
EXAMPLES::
sage: from sage.libs.gap._test_long import _test_loop_1
sage: from sage.libs.gap.test_long import _test_loop_1
sage: _test_loop_1() # long time (up to 25s on sage.math, 2013)
"""
libgap.collect()
Expand All @@ -23,7 +23,7 @@ def _test_loop_2():
"""
EXAMPLES::
sage: from sage.libs.gap._test_long import _test_loop_2
sage: from sage.libs.gap.test_long import _test_loop_2
sage: _test_loop_2() # long time (10s on sage.math, 2013)
"""
G =libgap.FreeGroup(2)
Expand All @@ -43,7 +43,7 @@ def _test_loop_3():
"""
EXAMPLES::
sage: from sage.libs.gap._test_long import _test_loop_3
sage: from sage.libs.gap.test_long import _test_loop_3
sage: _test_loop_3() # long time (31s on sage.math, 2013)
"""
G = libgap.FreeGroup(2)
Expand Down

0 comments on commit a09d5ec

Please sign in to comment.