summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim-scripts/tsim-support6
1 files 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
;;