You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/10/24 15:43:15 UTC

[05/18] incubator-groovy git commit: further increase allowed time for class-reloading in testReloading() because the test still fails on https://builds.apache.org

further increase allowed time for class-reloading in testReloading() because the test still fails on https://builds.apache.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/734bf3d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/734bf3d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/734bf3d3

Branch: refs/heads/GROOVY_2_4_X
Commit: 734bf3d31c37969500368e6b81b4df0f46b8449e
Parents: 2367c5c
Author: pascalschumacher <pa...@gmx.net>
Authored: Wed Oct 21 20:09:18 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sat Oct 24 15:39:16 2015 +0200

----------------------------------------------------------------------
 src/test/groovy/lang/ClassReloadingTest.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/734bf3d3/src/test/groovy/lang/ClassReloadingTest.groovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/lang/ClassReloadingTest.groovy b/src/test/groovy/lang/ClassReloadingTest.groovy
index 5e66121..344f98b 100644
--- a/src/test/groovy/lang/ClassReloadingTest.groovy
+++ b/src/test/groovy/lang/ClassReloadingTest.groovy
@@ -52,7 +52,7 @@ class ClassReloadingTest extends GroovyTestCase {
             """
             def success = file.setLastModified(System.currentTimeMillis())
             assert success
-            sleep 1500
+            sleep 3000
 
             // reload
             groovyClass = cl.loadClass(className, true, false)