From f9215b6519d4732498e598de9a3581297c60c4e8 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 21 Apr 2017 12:29:41 +0200 Subject: Support showing slow tests in run-tests.php --- appveyor/test_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor') diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 9f9e238ed3..2ba69e9610 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -71,5 +71,5 @@ copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell mkdir c:\tests_tmp cd "%APPVEYOR_BUILD_FOLDER%" -nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp" +nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp" -- cgit v1.2.1