diff --git a/core/org.eclipse.cdt.core.tests/pom.xml b/core/org.eclipse.cdt.core.tests/pom.xml
index 782ede7e9c2..635fbdc28bf 100644
--- a/core/org.eclipse.cdt.core.tests/pom.xml
+++ b/core/org.eclipse.cdt.core.tests/pom.xml
@@ -15,6 +15,10 @@
org.eclipse.cdt.core.tests
eclipse-test-plugin
+
+
+
+
+
+
+ indexer-timeout-set
+
+
+ indexer.timeout
+
+
+
+ -Dindexer.timeout=${indexer.timeout}
+
+
+
+
@@ -33,7 +51,7 @@
false
- ${tycho.testArgLine} ${base.ui.test.vmargs}
+ ${tycho.testArgLine} ${base.ui.test.vmargs} ${extra.vmargs}
**/AutomatedIntegrationSuite.*
diff --git a/core/org.eclipse.cdt.ui.tests/pom.xml b/core/org.eclipse.cdt.ui.tests/pom.xml
index 475d641c84c..cf8f7d2f13e 100644
--- a/core/org.eclipse.cdt.ui.tests/pom.xml
+++ b/core/org.eclipse.cdt.ui.tests/pom.xml
@@ -14,7 +14,11 @@
5.5.0-SNAPSHOT
org.eclipse.cdt.ui.tests
eclipse-test-plugin
-
+
+
+
+
+
+
+
+
+ indexer-timeout-set
+
+
+ indexer.timeout
+
+
+
+ -Dindexer.timeout=${indexer.timeout}
+
+
+
+
@@ -31,7 +50,7 @@
${tycho-version}
true
- ${tycho.testArgLine} ${base.ui.test.vmargs}
+ ${tycho.testArgLine} ${base.ui.test.vmargs} ${extra.vmargs}
**/AutomatedSuite.*