Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-02-01 23:50:53 +0000
committerRyan D. Brooks2011-02-01 23:50:53 +0000
commit9abbb7ff7ee8073af5f483ec7cea5b321e55eb0c (patch)
tree51bbb3dbaabcbcff5e3a505908d5641e03469453
parenta329505e0fe21eb7f033c17c395d0753757e6acf (diff)
downloadorg.eclipse.osee-9abbb7ff7ee8073af5f483ec7cea5b321e55eb0c.tar.gz
org.eclipse.osee-9abbb7ff7ee8073af5f483ec7cea5b321e55eb0c.tar.xz
org.eclipse.osee-9abbb7ff7ee8073af5f483ec7cea5b321e55eb0c.zip
refactor: Update client integration test timeout
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/testAppServerLaunch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/testAppServerLaunch.xml b/plugins/org.eclipse.osee.client.integration.tests/testAppServerLaunch.xml
index ca6328568b8..ee96592970c 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/testAppServerLaunch.xml
+++ b/plugins/org.eclipse.osee.client.integration.tests/testAppServerLaunch.xml
@@ -85,8 +85,8 @@
</pathconvert>
<forget>
<echo message="Launching Osee Application Server..." />
- <!-- Test Should Complete in 15 mins (timeout vale) - currently, they only take ~13 mins -->
- <java taskname="build" jvm="${JAVA_HOME}/bin/java" failonerror="true" maxmemory="1024m" timeout="900000" jar="${launcherJarPath}" fork="true">
+ <!-- Test Should Complete in 30 mins (timeout vale) - currently, they only take ~13 mins -->
+ <java taskname="build" jvm="${JAVA_HOME}/bin/java" failonerror="true" maxmemory="1024m" timeout="1800000" jar="${launcherJarPath}" fork="true">
<classpath>
<fileset dir="${osee.app.server.home}/plugins" includes="org.eclipse.equinox.launcher_*.jar" />
<pathelement location="${osee.app.server.home}/plugins" />

Back to the top