From 11b280c158db01744effde3863bfe9c65f7af090 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 26 Jul 2020 22:18:53 -0600 Subject: [PATCH] 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 --- t/jobs/t0011-5d2788d5.fio | 2 +- 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 -- 2.25.1