docs: clean up steadystate options
[fio.git] / t / readonly.py
index 43686c9c3d9ef0cd5341309030152fca184d979e..80fac6393d02bd92f808cd28fd3dc0e8f22da85e 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # readonly.py
 #
-# Do some basic tests of the --readonly paramter
+# Do some basic tests of the --readonly parameter
 #
 # USAGE
 # python readonly.py [-f fio-executable]
@@ -36,6 +36,7 @@ def parse_args():
 
 def run_fio(fio, test, index):
     fio_args = [
+                "--max-jobs=16",
                 "--name=readonly",
                 "--ioengine=null",
                 "--time_based",