summaryrefslogtreecommitdiffstats
path: root/tests/ipedma
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipedma')
-rwxr-xr-xtests/ipedma/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ipedma/test.sh b/tests/ipedma/test.sh
index 344ab4c..c4c3623 100755
--- a/tests/ipedma/test.sh
+++ b/tests/ipedma/test.sh
@@ -26,7 +26,7 @@ pci -w 0x9000 0x1
#done
echo "Reading the data from DMA..."
-for i in `seq 1 1000`; do
+for i in `seq 1 100`; do
pci -r dma0 --multipacket -s $size -o bench.out --timeout 1000000
# pci -r dma0 --multipacket -s $size -o /dev/null --timeout 10000000
if [ $? -ne 0 ]; then