summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-11-18 03:26:52 +0100
committerSuren A. Chilingaryan <csa@suren.me>2015-11-18 03:26:52 +0100
commit641ddcdeec81fd38132eec5b4a83de9f7ea9a079 (patch)
tree8afcc4c1b43021e8585d1ff498fcf1bd6d09c0c4 /tests
parentca7353be486a0364a3460b511291a40182f130ba (diff)
downloadpcitool-641ddcdeec81fd38132eec5b4a83de9f7ea9a079.tar.gz
pcitool-641ddcdeec81fd38132eec5b4a83de9f7ea9a079.tar.bz2
pcitool-641ddcdeec81fd38132eec5b4a83de9f7ea9a079.tar.xz
pcitool-641ddcdeec81fd38132eec5b4a83de9f7ea9a079.zip
Adjust IPEDMA register model to address new revision
Diffstat (limited to 'tests')
-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