From 34ac927281252430ddfefb8f506bfdf93ca658bc Mon Sep 17 00:00:00 2001 From: Valerij Wittenbeck <valerij.wittenbeck@student.kit.edu> Date: Tue, 27 May 2014 10:54:02 +0200 Subject: [PATCH] MovePlatformExampleCloseToTable.xml - reduced wait time to 3s --- .../configs/MovePlatformExampleCloseToTable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/MovePlatformTest/configs/MovePlatformExampleCloseToTable.xml b/scenarios/MovePlatformTest/configs/MovePlatformExampleCloseToTable.xml index efd5f286f..1d43e276b 100644 --- a/scenarios/MovePlatformTest/configs/MovePlatformExampleCloseToTable.xml +++ b/scenarios/MovePlatformTest/configs/MovePlatformExampleCloseToTable.xml @@ -25,7 +25,7 @@ <timeoutMoveTo>30000</timeoutMoveTo> <!--ms--> <!-- after the last target was reached, wait a certain amount of time (should be smaller than the timeout!) --> - <waitAfterLast>10000</waitAfterLast> <!--ms--> + <waitAfterLast>3000</waitAfterLast> <!--ms--> </StateParameters> </MovePlatformStateChart> -- GitLab