Increase default timeout for tests to 2 mins jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Sep 2018 09:05:28 +0100
branchjv
changeset 529 d000086cab5e
parent 528 67d1c7df7f90
child 533 1bed627ec135
Increase default timeout for tests to 2 mins
reports/extensions.st
--- a/reports/extensions.st	Fri Aug 24 11:23:42 2018 +0100
+++ b/reports/extensions.st	Sat Sep 01 09:05:28 2018 +0100
@@ -37,10 +37,10 @@
     method annotationsAt:#timeout: do:[:annotation|
          ^annotation arguments first
     ].
-    ^60"sec - default timeout"
+    ^120"sec - default timeout"
 
     "Created: / 12-01-2012 / 17:48:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-04-2013 / 16:58:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-09-2018 / 09:04:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !TestCase class methodsFor:'testing'!
@@ -61,7 +61,7 @@
 
 !stx_goodies_builder_reports class methodsFor:'documentation'!
 
-extensionsVersion_CVS
-    ^ '$Header$'
+extensionsVersion_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !
-