diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-07-26 22:18:53 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-07-26 22:19:47 -0600 |
commit | 11b280c158db01744effde3863bfe9c65f7af090 (patch) | |
tree | 05f6a5897c9f17400918eaebbd3db8f8391bb505 | |
parent | 63dc69c569660ed168912acce56741b122661f93 (diff) | |
download | fio-11b280c158db01744effde3863bfe9c65f7af090.tar.gz fio-11b280c158db01744effde3863bfe9c65f7af090.tar.bz2 |
t/jobs/t001[1-2].fio: run for 10 seconds instead of 3
These jobs often fails in CI testing, and it might be because the
runtime is simply too short to make it reliable.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | t/jobs/t0011-5d2788d5.fio | 2 | ||||
-rw-r--r-- | t/jobs/t0012.fio | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/jobs/t0011-5d2788d5.fio b/t/jobs/t0011-5d2788d5.fio index 50daf612..f90cee90 100644 --- a/t/jobs/t0011-5d2788d5.fio +++ b/t/jobs/t0011-5d2788d5.fio @@ -7,7 +7,7 @@ bs=4k ioengine=null size=100g -runtime=3 +runtime=10 flow_id=1 [flow1] diff --git a/t/jobs/t0012.fio b/t/jobs/t0012.fio index 985eb16b..03fea627 100644 --- a/t/jobs/t0012.fio +++ b/t/jobs/t0012.fio @@ -8,7 +8,7 @@ bs=4k ioengine=null size=100g -runtime=3 +runtime=10 flow_id=1 gtod_cpu=1 |