Re: controlling the timeout of server start in Apache-Test

2003-11-07 Thread Geoffrey Young
FYI: Geoff added -startup_timeout || $ENV{APACHE_TEST_STARTUP_TIMEOUT} whoops - forgot those commits don't go here :) --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: controlling the timeout of server start in Apache-Test

2003-11-07 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: The thing that triggered my recent post about the ridiculously slow perl_clone is that my smoke tests almost always fail to run the worker mpm, if my machine is busy running some other heavy tasks at the same moment. 60 secs is just not enough to start

Re: controlling the timeout of server start in Apache-Test

2003-11-07 Thread Geoffrey Young
Stas Bekman wrote: The thing that triggered my recent post about the ridiculously slow perl_clone is that my smoke tests almost always fail to run the worker mpm, if my machine is busy running some other heavy tasks at the same moment. 60 secs is just not enough to start the worker server's te

controlling the timeout of server start in Apache-Test

2003-11-05 Thread Stas Bekman
The thing that triggered my recent post about the ridiculously slow perl_clone is that my smoke tests almost always fail to run the worker mpm, if my machine is busy running some other heavy tasks at the same moment. 60 secs is just not enough to start the worker server's test suite under utiliz