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");
Show replies by date