typo in timeout

This commit is contained in:
Adrian Cole 2012-06-04 17:18:45 -07:00
parent bcd3d50ad6
commit d2e1599c26
1 changed files with 1 additions and 1 deletions

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)); boolean successful = tester.apply(id) && (node.get() == null || nodeTerminated.apply(node));
if (successful) if (successful)