[jbosstools-commits] JBoss Tools SVN: r41212 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 21 10:26:32 EDT 2012


Author: rhopp
Date: 2012-05-21 10:26:31 -0400 (Mon, 21 May 2012)
New Revision: 41212

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards/SWTBotWizard.java
Log:
Extending waiting time because of failing Central tests (importing examples take too much time to download all the maven dependencies)

Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards/SWTBotWizard.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards/SWTBotWizard.java	2012-05-21 13:27:44 UTC (rev 41211)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards/SWTBotWizard.java	2012-05-21 14:26:31 UTC (rev 41212)
@@ -65,7 +65,7 @@
 		SWTBotShell activeShell = getActiveShell();
 		finish();
 		log.info("Waiting until active shell is active");
-		bot().waitWhile(new ShellIsActiveCondition(activeShell), TaskDuration.LONG.getTimeout());
+		bot().waitWhile(new ShellIsActiveCondition(activeShell), TaskDuration.VERY_LONG.getTimeout());
 		log.info("Waiting until Progress Information Shell is active");
 		bot().waitWhile(new ProgressInformationShellIsActiveCondition(), TaskDuration.LONG.getTimeout());
 		log.info("Waiting until Non System Jobs run started");



More information about the jbosstools-commits mailing list