docs: remove incorrect information about nonexisting kwarg

pull/10522/head
Eli Schwartz 2 years ago
parent 87b4b0d4e7
commit b72a5668c2
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 4
      docs/markdown/Unit-tests.md

@ -238,9 +238,9 @@ the like.
In the test case options, the `timeout` option is specified in a number of seconds.
To disable timeout in test cases, add `timeout: 0` or negative value to allow infinite duration for test case to completes. Alternatively, `timeout_multiplier: 0` accomplish the same functionality as `timeout: 0`.
To disable timeout in test cases, add `timeout: 0` or negative value to allow infinite duration for test case to completes.
For running test, you can specify command line argument for overriding timeout as well by supplying `--timeout-multiplier 0` command line argument.
For running test, you can specify command line argument for overriding timeout as well by supplying `--timeout-multiplier 0` command line argument.
For further information see the command line help of Meson by running
`meson test -h`.

Loading…
Cancel
Save