Author: ljelinko
Date: 2012-02-09 10:47:53 -0500 (Thu, 09 Feb 2012)
New Revision: 38563
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards/SWTBotWizard.java
Log:
added timeout to nextWithWait
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-02-09
15:47:09 UTC (rev 38562)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/wizards/SWTBotWizard.java 2012-02-09
15:47:53 UTC (rev 38563)
@@ -49,7 +49,7 @@
public SWTBotWizard nextWithWait() {
SWTBotShell activeShell = getActiveShell();
next();
- bot().waitUntil(new ShellIsActiveCondition(activeShell));
+ bot().waitUntil(new ShellIsActiveCondition(activeShell),
TaskDuration.LONG.getTimeout());
return this;
}
Show replies by date