mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Backing BloatTest off to 60 seconds to allow for slower startup :(
This commit is contained in:
parent
e16eeb9d25
commit
312df1cc66
@ -6,7 +6,7 @@ use Sys::Hostname;
|
||||
use POSIX "sys_wait_h";
|
||||
use Cwd;
|
||||
|
||||
$Version = '$Revision: 1.24 $ ';
|
||||
$Version = '$Revision: 1.25 $ ';
|
||||
|
||||
|
||||
sub PrintUsage {
|
||||
@ -763,8 +763,8 @@ sub RunBloatTest {
|
||||
# Set up a timer with a signal handler.
|
||||
$SIG{ALRM} = \&killer;
|
||||
|
||||
# Wait 30 seconds, then kill the process if it's still alive.
|
||||
alarm 30;
|
||||
# Wait 60 seconds, then kill the process if it's still alive.
|
||||
alarm 60;
|
||||
|
||||
$status = waitpid($pid, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user