# HG changeset patch # User Jan Vrany # Date 1401871953 -3600 # Node ID b4fa505f93c5a48908d1a22a3bd64990c6eb53cc # Parent 546aadb1fee103a94b3ae876c623d84d6e5e1001 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) diff -r 546aadb1fee1 -r b4fa505f93c5 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 " ! ! !JavaTestCaseProxy methodsFor:'queries'!