summaryrefslogtreecommitdiffstats
path: root/sim-scripts/tsim-support
diff options
context:
space:
mode:
Diffstat (limited to 'sim-scripts/tsim-support')
-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 0185508..aa4da2e 100644
--- a/sim-scripts/tsim-support
+++ b/sim-scripts/tsim-support
@@ -50,12 +50,14 @@ bspLimit()
{
testname=$1
case ${testname} in
- *stackchk*)limit=15 ;;
*stackchk*)limit=20 ;;
*fatal*) limit=1 ;;
*minimum*) limit=1 ;;
*block05*) limit=70 ;;
- *crypt*) limit=200 ;;
+ *crypt*) limit=400 ;;
+ *linpack*) limit=140 ;;
+ *linpack*) limit=140 ;;
+ *sp20*) limit=120 ;;
*psxtime*)
case ${tsimName} in
leon) limit=240 ;;