summaryrefslogtreecommitdiffstats
path: root/tests/grab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grab.sh')
-rwxr-xr-xtests/grab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grab.sh b/tests/grab.sh
index 5fa6100..daf142e 100755
--- a/tests/grab.sh
+++ b/tests/grab.sh
@@ -14,7 +14,7 @@ pid=$!
usleep 1000000
-for i in `seq 1 10`; do
+for i in `seq 1 1000`; do
echo "Trigger $i"
pci --trigger
usleep 100000