Skip to content
Snippets Groups Projects
Commit ab00dc62 authored by Henning Fehrmann's avatar Henning Fehrmann Committed by Henning Fehrmann
Browse files

reduce the timeout

parent 16af70ef
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ function run_write {
mkdir -p $dir
/usr/bin/timeout 300 /usr/bin/time --format "%E" --output=$LOGD/write dd if=/dev/zero of=$dir/file bs=1M count=$3
ls -s $dir/file | gawk '{print $1}' >> $LOGD/write
/usr/bin/timeout 300 /usr/bin/time --format "%E" --output=$LOGD/sync /bin/sync
/usr/bin/timeout 10 /usr/bin/time --format "%E" --output=$LOGD/sync /bin/sync
}
function run_read {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment