X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=linux-tests%2Fgather_data.sh;h=8c996530a04c47ca9e11fdeb47a7132d0db86af1;hp=4a463fd941ceb20d1e5a6a99f3e337809e7cc62b;hb=c565b5da13774bc9d5f661d93a127ba86a8769e7;hpb=710ded16f463700dde2753ce4a352097051f88f7 diff --git a/linux-tests/gather_data.sh b/linux-tests/gather_data.sh index 4a463fd..8c99653 100755 --- a/linux-tests/gather_data.sh +++ b/linux-tests/gather_data.sh @@ -10,5 +10,5 @@ str=$(cat /proc/yaffs_debug) echo "$i, $str" echo "$i, $str" >> $the_file let i=$i+1 -sleep 1 +sleep 0.5 done