aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/complexity/ring2.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/complexity/ring2.v')
-rw-r--r--test-suite/complexity/ring2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/ring2.v b/test-suite/complexity/ring2.v
index e1a799f07..af678a2e1 100644
--- a/test-suite/complexity/ring2.v
+++ b/test-suite/complexity/ring2.v
@@ -48,4 +48,4 @@ Open Scope Z_scope.
Infix "+" := Zplus : Z_scope.
Goal forall a, a+a+a+a+a+a+a+a+a+a+a+a+a = a*13.
-Time intro; ring.
+Timeout 5 Time intro; ring.