From 6094703e66e720366125544f6bfc58244018300a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 5 Apr 2015 10:11:56 -0500 Subject: 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 ;; -- cgit v1.2.3