mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
VirtualMachineManager.checkWorkItems() uses wrong time unit
This commit is contained in:
parent
dfb9f49117
commit
e6e12e33de
@ -636,7 +636,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
||||
}
|
||||
|
||||
try {
|
||||
Thread.sleep(VmOpWaitInterval.value());
|
||||
Thread.sleep(VmOpWaitInterval.value()*1000);
|
||||
} catch (InterruptedException e) {
|
||||
s_logger.info("Waiting for " + vm + " but is interrupted");
|
||||
throw new ConcurrentOperationException("Waiting for " + vm + " but is interrupted");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user