Author: rhopp
Date: 2012-08-22 06:23:12 -0400 (Wed, 22 Aug 2012)
New Revision: 43156
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java
Log:
Removed unnecessary waiting in ExplorerBase when deleting project
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java 2012-08-22
10:12:31 UTC (rev 43155)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java 2012-08-22
10:23:12 UTC (rev 43156)
@@ -76,7 +76,7 @@
}
open.finish(shell.bot(),IDELabel.Button.OK);
util.waitForNonIgnoredJobs();
- util.waitForAll(Timing.time30S());
+ //util.waitForAll(Timing.time30S()); rhopp. Removed unnecessary waiting.
}
/**
* deletes all projects from workspace
Show replies by date