diff options
Diffstat (limited to 'test-suite/complexity/ring.v')
-rw-r--r-- | test-suite/complexity/ring.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/ring.v b/test-suite/complexity/ring.v index 5a541bc2..51f7c4da 100644 --- a/test-suite/complexity/ring.v +++ b/test-suite/complexity/ring.v @@ -4,4 +4,4 @@ Require Import ZArith. Open Scope 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. |