diff --git a/src/tools/makeTestfile.pl b/src/tools/makeTestfile.pl index 34327741e..6cb0eb900 100644 --- a/src/tools/makeTestfile.pl +++ b/src/tools/makeTestfile.pl @@ -75,6 +75,9 @@ my \$tool = basename(\$0); \$ENV{HARNESS_ACTIVE} = 1 if scalar \@ARGV && shift eq '-tap'; \$ENV{TOP} = abs_path(\$ENV{TOP}) if exists \$ENV{TOP}; +# The default timeout used below can be set in the Makefile that +# generates this test script. Add this line and adjust the time: +# $target: EPICS_UNITTEST_TIMEOUT=$timeout my \$timeout = \$ENV{EPICS_UNITTEST_TIMEOUT} // $timeout; __EOT__