[9] Review request : JDK-8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
Alan Bateman
Alan.Bateman at oracle.com
Thu Oct 16 09:54:04 UTC 2014
On 16/10/2014 10:30, Paul Sandoz wrote:
> :
> 45 private static final long TIMEOUT = 300000;
>
> Does jtreg define a system property for this value? and is 300s the same as what jtreg defines as the default?
>
> The online documentation (jtreg -onlineHelp) says the default is 2 minutes, but that might be out of date.
>
It make the timeout factor available via the system property
"test.timeout.factor", not the actual timeout (which is factor * 2mins
assuming the test description doesn't override it).
-Alan.
More information about the mlvm-dev
mailing list