[jboss-remoting-commits] JBoss Remoting SVN: r4099 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/stream.
jboss-remoting-commits at lists.jboss.org
jboss-remoting-commits at lists.jboss.org
Wed Apr 30 20:20:19 EDT 2008
Author: ron.sigal at jboss.com
Date: 2008-04-30 20:20:19 -0400 (Wed, 30 Apr 2008)
New Revision: 4099
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/stream/StreamingTestCase.java
Log:
JBREM-930: Extended timeout to 90000 ms.
Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/stream/StreamingTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/stream/StreamingTestCase.java 2008-04-30 05:31:09 UTC (rev 4098)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/stream/StreamingTestCase.java 2008-05-01 00:20:19 UTC (rev 4099)
@@ -35,4 +35,9 @@
1,
StreamingTestServer.class.getName());
}
+
+ protected long getResultsTimeout()
+ {
+ return 90000;
+ }
}
\ No newline at end of file
More information about the jboss-remoting-commits
mailing list