Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2011-04-05 15:09:28 +0000
committerThomas Schuetz2011-04-05 15:09:28 +0000
commit31532d7dcfbfc78062e3dfde5f5900bf2273f4e3 (patch)
tree459040237336ca1916b6f8e79969c6d7280dc462 /tests/org.eclipse.etrice.integration.tests/src/org/eclipse
parent19d136a2469ffa77d812e2031b5370ae41113ccd (diff)
downloadorg.eclipse.etrice-31532d7dcfbfc78062e3dfde5f5900bf2273f4e3.tar.gz
org.eclipse.etrice-31532d7dcfbfc78062e3dfde5f5900bf2273f4e3.tar.xz
org.eclipse.etrice-31532d7dcfbfc78062e3dfde5f5900bf2273f4e3.zip
integration.test: tuned PingPongThreadTest to run a bit faster
Diffstat (limited to 'tests/org.eclipse.etrice.integration.tests/src/org/eclipse')
-rw-r--r--tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestPingPongThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestPingPongThread.java b/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestPingPongThread.java
index 2f9cdf458..a04300557 100644
--- a/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestPingPongThread.java
+++ b/tests/org.eclipse.etrice.integration.tests/src/org/eclipse/etrice/integration/tests/IntegrationTestPingPongThread.java
@@ -37,7 +37,7 @@ public class IntegrationTestPingPongThread extends IntegrationTestBase {
*/
}
- @Test (timeout=25000)
+ @Test (timeout=10000)
public void testHFSM(){
SubSystem_PingPong main_component = new SubSystem_PingPong(null,"MainComponent");

Back to the top