Skip to content
Snippets Groups Projects
Commit 453ae1db authored by nneul at neulinger.org's avatar nneul at neulinger.org
Browse files

increase timeouts due to AIMS slowness

parent 8796f09e
Branches
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ sub HostGroup_SimpleRPC {
$ADMIN_RPC = new Local::SimpleRPC::Client(
base_url => "https://${rpchost}/auth-perl-bin/HostGroup",
timeout => 60,
retries => 2
);
......
......@@ -114,6 +114,7 @@ sub NetGroup_SimpleRPC {
$ADMIN_RPC = new Local::SimpleRPC::Client(
base_url => "https://${rpchost}/auth-perl-bin/UserGroup",
timeout => 60,
retries => 2,
$rpc_auth_user ? ( user => $rpc_auth_user ) : (),
$rpc_auth_pw ? ( password => $rpc_auth_pw ) : (),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment