Skip to content

Commit

Permalink
t/jobs/t001[1-2].fio: run for 10 seconds instead of 3
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
axboe committed Jul 27, 2020
1 parent 63dc69c commit 11b280c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/jobs/t0011-5d2788d5.fio
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
bs=4k
ioengine=null
size=100g
runtime=3
runtime=10
flow_id=1

[flow1]
Expand Down
2 changes: 1 addition & 1 deletion t/jobs/t0012.fio
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
bs=4k
ioengine=null
size=100g
runtime=3
runtime=10
flow_id=1
gtod_cpu=1

Expand Down

0 comments on commit 11b280c

Please sign in to comment.