Re: [Integrated] RFR: 8246099: Intermittent test failures in SandboxAppTest

2020-05-29 Thread Kevin Rushforth
On Thu, 28 May 2020 21:02:08 GMT, Kevin Rushforth wrote: > This is a fix for an intermittent test failure, due to a timeout, in > `SandboxAppTest` that we are starting to see on > some of our test machines. > The failure is happening because of a 10 second timeout in the launched > application.

Re: RFR: 8246099: Intermittent test failures in SandboxAppTest

2020-05-29 Thread Johan Vos
On Thu, 28 May 2020 21:02:08 GMT, Kevin Rushforth wrote: > This is a fix for an intermittent test failure, due to a timeout, in > `SandboxAppTest` that we are starting to see on > some of our test machines. > The failure is happening because of a 10 second timeout in the launched > application.

Re: RFR: 8246099: Intermittent test failures in SandboxAppTest

2020-05-29 Thread Ambarish Rapte
On Thu, 28 May 2020 21:02:08 GMT, Kevin Rushforth wrote: > This is a fix for an intermittent test failure, due to a timeout, in > `SandboxAppTest` that we are starting to see on > some of our test machines. > The failure is happening because of a 10 second timeout in the launched > application.

RFR: 8246099: Intermittent test failures in SandboxAppTest

2020-05-28 Thread Kevin Rushforth
This is a fix for an intermittent test failure, due to a timeout, in `SandboxAppTest` that we are starting to see on some of our test machines. The failure is happening because of a 10 second timeout in the launched application. This doesn't seem to be enough to run the test to completion in all