summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-05 10:11:56 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-05 10:11:56 -0500
commit6094703e66e720366125544f6bfc58244018300a (patch)
tree44bb0858f08444e80eb66b6ecf0db6e3ec4598dc
parentf7a84b4ce91857c4ce23d37d63a977a869883f4a (diff)
tsim-support: Adjust maximum execution times
-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
;;