Increated timeout for JUnit/Testlet tests.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 04 Jun 2014 09:52:33 +0100
changeset 3119 b4fa505f93c5
parent 3118 546aadb1fee1
child 3120 93cf25f66530
Increated timeout for JUnit/Testlet tests. On some (virtualized) hosts with slow I/O it could take some time to load all classes (for example when running Groovy for the very first time)
JavaTestCaseProxy.st
--- a/JavaTestCaseProxy.st	Mon Jun 02 18:30:01 2014 +0200
+++ b/JavaTestCaseProxy.st	Wed Jun 04 09:52:33 2014 +0100
@@ -191,8 +191,9 @@
 !
 
 timeout
-    ^60"sec"
+    ^120"sec"
 
+    "Modified: / 04-06-2014 / 09:49:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaTestCaseProxy methodsFor:'queries'!