Renaming to RegxpcomTestTimeout to be consistant with other timeouts.

This commit is contained in:
cltbld%netscape.com 2001-12-14 21:12:04 +00:00
Родитель 4aaf7959d4
Коммит 96ce840b87
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -20,7 +20,7 @@ use File::Basename; # for basename();
use Config; # for $Config{sig_name} and $Config{sig_num}
$::UtilsVersion = '$Revision: 1.115 $ ';
$::UtilsVersion = '$Revision: 1.116 $ ';
package TinderUtils;
@ -753,7 +753,7 @@ sub run_all_tests {
unlink("$binary_dir/component.reg");
if($Settings::RegxpcomTest) {
AliveTest("regxpcom", $build_dir, "$binary_dir/regxpcom", 0,
$Settings::RegxpcomTimeout);
$Settings::RegxpcomTestTimeout);
}
#

Просмотреть файл

@ -39,7 +39,7 @@ $results_server = "tegu.mozilla.org";
#
$CreateProfileTimeout = 45;
$RegxpcomTimeout = 15;
$RegxpcomTestTimeout = 15;
$AliveTestTimeout = 45;
$ViewerTestTimeout = 45;