adding a very liberal timeout for values after a test case failed due to the restricted timeout
authorbulwahn
Sun, 10 Jul 2011 19:33:27 +0200
changeset 43738 e40d2eddf2c0
parent 43737 592b32eb18a6
child 43742 d033a34a490a
adding a very liberal timeout for values after a test case failed due to the restricted timeout
src/HOL/IMP/C_like.thy
--- a/src/HOL/IMP/C_like.thy	Sun Jul 10 14:02:27 2011 +0200
+++ b/src/HOL/IMP/C_like.thy	Sun Jul 10 19:33:27 2011 +0200
@@ -49,6 +49,7 @@
 
 code_pred big_step .
 
+declare [[values_timeout = 3600]]
 
 text{* Examples: *}