From fe4aba6588c64e94194449e4f55367f347e962f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Mar 2022 10:20:21 +0200 Subject: [PATCH] typo --- run-tests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-tests.php b/run-tests.php index ea2cc07c8b2..2c93f53ab45 100755 --- a/run-tests.php +++ b/run-tests.php @@ -98,7 +98,7 @@ Options: file. --set-timeout - Set timeout for individual tests, where [n] is the number of + Set timeout for individual tests, where is the number of seconds. The default value is 60 seconds, or 300 seconds when testing for memory leaks. @@ -114,7 +114,7 @@ Options: however 'diff' only exists when a test fails. --show-slow - Show all tests that took longer than [n] milliseconds to run. + Show all tests that took longer than milliseconds to run. --no-clean Do not execute clean section if any.