mirror of
https://github.com/apache/cloudstack
synced 2026-09-09 18:56:03 +00:00
change plugin timeout to 1800s
This commit is contained in:
parent
9a8589af10
commit
75c9ca4b97
@ -3107,7 +3107,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
slaveConn = new Connection(slaveUrl, 10);
|
||||
slaveConn = new Connection(slaveUrl, 1800);
|
||||
slaveSession = Session.slaveLocalLoginWithPassword(slaveConn, _username, _password);
|
||||
|
||||
if (s_logger.isDebugEnabled()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user