[meson] More comment on tests are causing timeout failure
diff --git a/test/fuzzing/meson.build b/test/fuzzing/meson.build
index d14fb16..527ba4f 100644
--- a/test/fuzzing/meson.build
+++ b/test/fuzzing/meson.build
@@ -36,7 +36,8 @@
     files('run-subset-fuzzer-tests.py')[0],
     hb_subset_fuzzer_exe,
   ],
-  # as the test are ran concurrently and we have numerous ones here let's raise acceptable time
+  # as the tests are ran concurrently let's raise acceptable time here
+  # ideally better to break and let meson handles them in parallel
   timeout: 120,
   workdir: join_paths(meson.current_build_dir(), '..', '..'),
   env: env)
diff --git a/test/subset/meson.build b/test/subset/meson.build
index 0e05b2e..ef30bd8 100644
--- a/test/subset/meson.build
+++ b/test/subset/meson.build
@@ -30,9 +30,10 @@
       hb_subset,
       join_paths(meson.current_source_dir(), 'data', 'tests', fname),
     ],
-    workdir: join_paths(meson.current_build_dir(), '..', '..'),
-    # as the test are ran concurrently and we have numerous ones here let's raise acceptable time
+    # as the tests are ran concurrently let's raise acceptable time here
+    # ideally better to break and let meson handles them in parallel
     timeout: 120,
+    workdir: join_paths(meson.current_build_dir(), '..', '..'),
   )
 endforeach