diff options
Diffstat (limited to 'tests/grab.sh')
-rwxr-xr-x | tests/grab.sh | 2 |
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 |