typo in timeout

This commit is contained in:
Adrian Cole 2012-06-04 17:18:45 -07:00
parent bcd3d50ad6
commit d2e1599c26

View File

@ -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)