mirror of https://github.com/apache/jclouds.git
typo in timeout
This commit is contained in:
parent
bcd3d50ad6
commit
d2e1599c26
|
@ -304,7 +304,7 @@ public class BaseComputeService implements ComputeService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}, timeouts.nodeRunning, 1000, TimeUnit.MILLISECONDS);
|
}, timeouts.nodeTerminated, 1000, TimeUnit.MILLISECONDS);
|
||||||
|
|
||||||
boolean successful = tester.apply(id) && (node.get() == null || nodeTerminated.apply(node));
|
boolean successful = tester.apply(id) && (node.get() == null || nodeTerminated.apply(node));
|
||||||
if (successful)
|
if (successful)
|
||||||
|
|
Loading…
Reference in New Issue