On 16/10/2014 10:30, Paul Sandoz wrote:
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).: 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.
-Alan.
