From 31532d7dcfbfc78062e3dfde5f5900bf2273f4e3 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Tue, 5 Apr 2011 17:09:28 +0200 Subject: integration.test: tuned PingPongThreadTest to run a bit faster --- .../eclipse/etrice/integration/tests/IntegrationTestPingPongThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/org.eclipse.etrice.integration.tests/src/org/eclipse') 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"); -- cgit v1.2.3