coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

AbstractRemoteApplicationBuilder uses a Timeout of 0 regardless of what is specified #182

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

When executing the following code in the debugger:

Timeout timeout   = options.get(Timeout.class, Timeout.autoDetect());
int     timeoutMS = (int) timeout.getUnits().convert(timeout.getDuration(), TimeUnit.MILLISECONDS);

I notice that the timeoutMS was always zero.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-182

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Thursday, November 6th 2014, 4:31:02 pm