checked in shortcut by mistake

This commit is contained in:
cltbld%netscape.com 2001-12-07 11:17:51 +00:00
parent 073a9c8744
commit b8c68d9636

View File

@ -20,7 +20,7 @@ use File::Basename; # for basename();
use Config; # for $Config{sig_name} and $Config{sig_num}
$::UtilsVersion = '$Revision: 1.106 $ ';
$::UtilsVersion = '$Revision: 1.107 $ ';
package TinderUtils;
@ -1017,7 +1017,7 @@ sub run_all_tests {
my $avg_startuptime = 0; # Average startup time.
my @times;
for($i=0; $i<1; $i++) {
for($i=0; $i<10; $i++) {
# Settle OS.
run_system_cmd("sync; sleep 5", 35);