Author: ldimaggio
Date: 2012-05-25 14:01:49 -0400 (Fri, 25 May 2012)
New Revision: 41436
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java
Log:
Moved timeout back to 2 hours - shortened sleep statements from editing test
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml 2012-05-25 17:36:42 UTC (rev
41435)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml 2012-05-25 18:01:49 UTC (rev
41436)
@@ -29,7 +29,7 @@
<skip>${swtbot.test.skip}</skip>
<testSuite>org.jboss.tools.esb.ui.bot.test</testSuite>
<testClass>org.jboss.tools.esb.ui.bot.tests.ESBAllBotTests</testClass>
- <forkedProcessTimeoutInSeconds>10800</forkedProcessTimeoutInSeconds>
+ <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
</configuration>
</plugin>
</plugins>
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java
===================================================================
---
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java 2012-05-25
17:36:42 UTC (rev 41435)
+++
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java 2012-05-25
18:01:49 UTC (rev 41436)
@@ -97,7 +97,7 @@
try {
log.info("Invoke " + m.getName());
ESBProvider action = (ESBProvider) m.invoke(null, new Object[]{});
- bot.sleep(60000l);
+ bot.sleep(TIME_5S);
action.create(getEditor(), actionPath);
providerList.remove(action.getMenuLabel());
bot.sleep(TIME_1S);