RFR 8028581: [TESTBUG] java/net/Socket/LingerTest.java failing

2013-11-19 Thread Michael McMahon
This is a test that just failed recently on Windows, probably due to a 
timing issue.
The critical time delay in the test is increased from 5 seconds to 10 
seconds
and some extra printlns are added to show the exact sequence in case it 
fails again.


http://cr.openjdk.java.net/~michaelm/8028581/webrev.1/

Thanks,
Michael


Re: RFR 8028581: [TESTBUG] java/net/Socket/LingerTest.java failing

2013-11-19 Thread Alan Bateman

On 19/11/2013 15:18, Michael McMahon wrote:
This is a test that just failed recently on Windows, probably due to a 
timing issue.
The critical time delay in the test is increased from 5 seconds to 10 
seconds
and some extra printlns are added to show the exact sequence in case 
it fails again.


http://cr.openjdk.java.net/~michaelm/8028581/webrev.1/
It's hard to believe that this timeout was exceeded but the change is 
harmless (and okay with me).


-Alan.