summaryrefslogtreecommitdiffstats
path: root/sim-scripts/qemu-uc5282.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-10 19:03:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-10 19:03:43 +0000
commit48ddcb2f1adef3ec05ea272270d45d670f59c253 (patch)
tree9868470dfccca29d3e66a717d94907fd899ba2e2 /sim-scripts/qemu-uc5282.in
parentAdd support for 4.7 coverage runs. (diff)
downloadrtems-testing-48ddcb2f1adef3ec05ea272270d45d670f59c253.tar.bz2
2009-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in: Add stty sane if simulator aborts. * qemu-uc5282.in: psxtime takes a long time.
Diffstat (limited to 'sim-scripts/qemu-uc5282.in')
-rw-r--r--sim-scripts/qemu-uc5282.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-scripts/qemu-uc5282.in b/sim-scripts/qemu-uc5282.in
index 863c6b8..1e15242 100644
--- a/sim-scripts/qemu-uc5282.in
+++ b/sim-scripts/qemu-uc5282.in
@@ -26,7 +26,7 @@ bspLimit()
case ${tname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
- *psxtime*) limit=180 ;;
+ *psxtime*) limit=270 ;;
*) limit=60 ;;
esac
echo ${limit}