Author: psrna
Date: 2012-10-04 04:30:34 -0400 (Thu, 04 Oct 2012)
New Revision: 44283
Modified:
trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy
Log:
swtbot search timeout increased to 15s
Modified: trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy
===================================================================
--- trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-10-04
08:26:48 UTC (rev 44282)
+++ trunk/tests/scripts/installation-updates/src/main/groovy/testInstall.groovy 2012-10-04
08:30:34 UTC (rev 44283)
@@ -48,7 +48,7 @@
proc.setOutput(output);
proc.setJvmargs(additionalVMArgs + " " +
specificVMArgs + " " +
- "-Dorg.eclipse.swtbot.search.timeout=10000 " +
+ "-Dorg.eclipse.swtbot.search.timeout=15000 " +
"-Dusage_reporting_enabled=false " +
"-Xms256M -Xmx768M -XX:MaxPermSize=512M");
proc.setJar(new File(eclipseHome, "plugins").listFiles().find
{it.getName().startsWith("org.eclipse.equinox.launcher_") &&
it.getName().endsWith(".jar")} );
Show replies by date