mirror of
https://github.com/apache/jclouds.git
synced 2025-03-07 00:39:09 +00:00
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));
|
||||
if (successful)
|
||||
|
Loading…
x
Reference in New Issue
Block a user