----- Original Message -----
From: "Sam Ruby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 18, 2001 11:09 PM
Subject: Re: Automated execution of run-tests via gump
> Stephane Bailliez wrote:
> >
> > As of now, if you have time I think it will be worth trying
> > to change the method getProcess of the testcase and add the
> > classic flag to the command, that is:
> > String[] cmdArray = {
> > "java", "-classic" "-classpath", TEST_CLASSPATH,
> > TimeProcess.class.getName(), String.valueOf(timetorun)
> > };
>
> Unfortunately, it doesn't change the results on my machine.
>
Then we should set the TIME_OUT value to a bigger value. Right now it's
2secs, I assume 6 secs will be more than enough to handle any respectable
computer on today standards. 2 secs was probably a bit too low.
What is your computer ? My home comp, is a Celeron 450 w/ 220MB on Win2K.
Stephane.