aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/test_timeout.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-02-14 21:28:44 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-02-14 21:28:44 +0200
commit5d651e76b5b6dba5dd03ffec609719b02d703bb7 (patch)
treea2796da9b60e919af3fd08c4a206d29e61e6de5c /docs/markdown/snippets/test_timeout.md
parentc0b448d3ca98cea2c6a55609772baa7954702fd8 (diff)
downloadmeson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.zip
meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.gz
meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.bz2
Set up release 0.57.0.57.0
Diffstat (limited to 'docs/markdown/snippets/test_timeout.md')
-rw-r--r--docs/markdown/snippets/test_timeout.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/test_timeout.md b/docs/markdown/snippets/test_timeout.md
deleted file mode 100644
index e436d2e..0000000
--- a/docs/markdown/snippets/test_timeout.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## `test()` timeout and timeout_multiplier value <= 0
-
-`test(..., timeout: 0)`, or negative value, used to abort the test immediately
-but now instead allow infinite duration. Note that omitting the `timeout`
-keyword argument still defaults to 30s timeout.
-
-Likewise, `add_test_setup(..., timeout_multiplier: 0)`, or
-`meson test --timeout-multiplier 0`, or negative value, disable tests timeout.
-