From ab00dc62ed9bac83c68e3be227c3dcab0605540c Mon Sep 17 00:00:00 2001 From: fehrmann <henning.fehrmann@aei.mpg.de> Date: Mon, 12 Dec 2016 15:37:47 +0100 Subject: [PATCH] reduce the timeout --- fio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fio.sh b/fio.sh index eba391c..ccc39fd 100755 --- a/fio.sh +++ b/fio.sh @@ -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 { -- GitLab