summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-06 10:41:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-06 14:32:50 +0200
commit7d81e5384912fe327c6c33a09d50a2aa24af26ab (patch)
tree916546288ffb80e7d026eacc09a02c0c800dcbcc
parentedb7312: Use default compiler machine options (diff)
downloadrtems-testing-7d81e5384912fe327c6c33a09d50a2aa24af26ab.tar.bz2
skyeye: Use 180 seconds timeout for all tests
-rw-r--r--sim-scripts/skyeye-support6
1 files changed, 1 insertions, 5 deletions
diff --git a/sim-scripts/skyeye-support b/sim-scripts/skyeye-support
index 2355507..3dce1a5 100644
--- a/sim-scripts/skyeye-support
+++ b/sim-scripts/skyeye-support
@@ -44,11 +44,7 @@ bspLimit()
{
tname=$1
case ${tname} in
- *stackchk*)limit=5 ;;
- *fatal*) limit=1 ;;
- *minimum*) limit=1 ;;
- *psxtime*) limit=180 ;;
- *) limit=60 ;;
+ *) limit=180 ;;
esac
echo ${limit}
}