зеркало из https://github.com/mozilla/gecko-dev.git
Renaming to RegxpcomTestTimeout to be consistant with other timeouts.
This commit is contained in:
Родитель
4aaf7959d4
Коммит
96ce840b87
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче