trevorflanagan commented on this pull request.
> }
@Provides
@Named(SERVER_STOPPED_PREDICATE)
@VisibleForTesting
public Predicate<String> provideServerStoppedPredicate(final
DimensionDataCloudControlApi api,
final ComputeServiceConstants.Timeouts timeouts, final
ComputeServiceConstants.PollPeriod pollPeriod) {
- return retry(new ServerStatus(api.getServerApi(), false, true),
timeouts.imageAvailable,
+ return retry(new ServerStatus(api.getServerApi(), false, true),
timeouts.nodeTerminated,
@nacx good spot, thanks.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/427#discussion_r157431336