Author: vrubezhny
Date: 2010-11-12 08:59:21 -0500 (Fri, 12 Nov 2010)
New Revision: 26509
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/TestUtil.java
Log:
JBIDE-7492
org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide6259Test error
WaitForIdle is fixed due to increase the TIMEOUT
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/TestUtil.java
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/TestUtil.java 2010-11-12
13:58:12 UTC (rev 26508)
+++
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/TestUtil.java 2010-11-12
13:59:21 UTC (rev 26509)
@@ -27,7 +27,7 @@
public class TestUtil {
/** The Constant MAX_IDLE. */
- public static final long MAX_IDLE = 15*1000L;
+ public static final long MAX_IDLE = 5*60*1000L;
/**
* Returns the CA Processor from content assistant for the given offset in the
document.