15min timeout for page loader test, removing test printfs.

This commit is contained in:
mcafee%netscape.com 2001-04-06 04:32:53 +00:00
Родитель cdeac72eec
Коммит 538fda59a5
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -18,7 +18,7 @@ use POSIX qw(sys_wait_h strftime);
use Cwd;
use File::Basename; # for basename();
use Config; # for $Config{sig_name} and $Config{sig_num}
$::UtilsVersion = '$Revision: 1.34 $ ';
$::UtilsVersion = '$Revision: 1.35 $ ';
package TinderUtils;
@ -769,7 +769,7 @@ sub run_all_tests {
$test_result = AliveTest("LayoutAliveTest", $build_dir,
$binary,
"\"http://jrgm.mcom.com/page-loader/loader.pl?delay=1000&nocache=0&maxcycle=0\"",
1800);
900);
}
# "http://jrgm.mcom.com/page-loader/loader.pl?delay=1000&nocache=0&maxcycle=0",
return $test_result;
@ -1034,9 +1034,7 @@ sub AliveTest {
# Build up command string, if we have arguments
if($args) {
print "\$args = $args\n";
$cmd .= " " . $args;
print "\$cmd = $cmd\n";
}
# Print out testname