[jbosstools-commits] JBoss Tools SVN: r39277 - in trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext: view and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Mar 5 04:42:08 EST 2012
Author: jgargula
Date: 2012-03-05 04:42:08 -0500 (Mon, 05 Mar 2012)
New Revision: 39277
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/FileRenameHelper.java
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java
Log:
Longer timeouts because of NFS file system.
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/FileRenameHelper.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/FileRenameHelper.java 2012-03-05 09:38:02 UTC (rev 39276)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/FileRenameHelper.java 2012-03-05 09:42:08 UTC (rev 39277)
@@ -148,7 +148,7 @@
bot.textWithLabel(IDELabel.RenameResourceDialog.NEW_NAME)
.setText(newProjectName);
bot.button(IDELabel.Button.OK).click();
- new SWTUtilExt(bot).waitForAll(Timing.time10S());
+ new SWTUtilExt(bot).waitForAll(Timing.time30S());
// Check Results
// Project with Old Name doesn't exists within Package explorer
try{
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-03-05 09:38:02 UTC (rev 39276)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java 2012-03-05 09:42:08 UTC (rev 39277)
@@ -76,7 +76,7 @@
}
open.finish(shell.bot(),IDELabel.Button.OK);
util.waitForNonIgnoredJobs();
- util.waitForAll(Timing.time3S());
+ util.waitForAll(Timing.time30S());
}
/**
* deletes all projects from workspace
More information about the jbosstools-commits
mailing list