summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4366.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4366.v')
-rw-r--r--test-suite/bugs/closed/4366.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4366.v b/test-suite/bugs/closed/4366.v
index 6a5e9a40..403c2d20 100644
--- a/test-suite/bugs/closed/4366.v
+++ b/test-suite/bugs/closed/4366.v
@@ -10,6 +10,6 @@ end.
Goal True.
Proof.
pose (v := stupid 24).
-Timeout 2 vm_compute in v.
+Timeout 4 vm_compute in v.
exact I.
Qed.