[RFC][icedtea-web] Fix a JNLPMatcher unit test being too restrictive on timeout
Danesh Dadachanji
ddadacha at redhat.com
Tue Jul 31 14:42:07 PDT 2012
Hello,
The testIsMatchDoesNotHangOnLargeData test in JNLPMatcherTest had a timeout of 1 second. My system kept hitting this as a failure so I
extended it to 2s and it worked fine. I think 1s is way too restrictive, for safe measure, I believe it should be bumped to 5s
(minimum). The timeout is _not_ used to measure the time of the test to determine the failure, it's merely a safety mechanism to ensure
the test won't hang.
Okay for HEAD?
Regards,
Danesh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-jnlp-matcher-test-01.patch
Type: text/x-patch
Size: 1041 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120731/7bf922a3/fix-jnlp-matcher-test-01.patch
More information about the distro-pkg-dev
mailing list