[rtems-testing commit] tsim-support: Adjust maximum execution times

Joel Sherril joel at rtems.org
Sun Apr 5 15:12:41 UTC 2015


Module:    rtems-testing
Branch:    master
Commit:    6094703e66e720366125544f6bfc58244018300a
Changeset: http://git.rtems.org/rtems-testing/commit/?id=6094703e66e720366125544f6bfc58244018300a

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Apr  5 10:11:56 2015 -0500

tsim-support: Adjust maximum execution times

---

 sim-scripts/tsim-support | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sim-scripts/tsim-support b/sim-scripts/tsim-support
index cabbee9..0185508 100644
--- a/sim-scripts/tsim-support
+++ b/sim-scripts/tsim-support
@@ -51,13 +51,15 @@ bspLimit()
   testname=$1
   case ${testname} in
     *stackchk*)limit=15 ;;
+    *stackchk*)limit=20 ;;
     *fatal*)   limit=1 ;;
     *minimum*) limit=1 ;;
     *block05*) limit=70 ;;
+    *crypt*)   limit=200 ;;
     *psxtime*) 
        case ${tsimName} in
-         leon)  limit=240 ;;  # ran in 200 seconds on idle england
-         leon3) limit=240 ;;  # ran in 200 seconds on idle england
+         leon)  limit=240 ;;
+         leon3) limit=240 ;;
          *)     limit=180 ;;
        esac
        ;;



More information about the vc mailing list